Skip to content

Commit

Permalink
[dash] Add missing end to Admin::AnalyticsController
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 26, 2012
1 parent 5d6e3ec commit 95596e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash/app/controllers/spree/admin/analytics_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def redirect_if_registered
if Spree::Dash::Config.configured?
flash[:success] = t(:already_signed_up_for_analytics)
redirect_to admin_path
end
end

def format_url(url)
Expand Down

0 comments on commit 95596e3

Please sign in to comment.