Skip to content

Commit

Permalink
Remove incorrect helper_method calls from authentication_helpers temp…
Browse files Browse the repository at this point in the history
…late
  • Loading branch information
radar committed May 30, 2012
1 parent 2d4a848 commit ebd53cc
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -13,16 +13,13 @@ module Spree
def spree_login_path
main_app.login_path
end
helper_method :spree_login_path

def spree_signup_path
main_app.signup_path
end
helper_method :spree_signup_path

def spree_logout_path
main_app.logout_path
end
helper_method :spree_logout_path
end
end

0 comments on commit ebd53cc

Please sign in to comment.