Skip to content

Commit

Permalink
Fix doc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 21, 2011
1 parent 81f0c20 commit 6079a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/controllers/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def signed_in_root_path(resource_or_scope)
# if this default is not enough, you can customize it, for example:
#
# def after_sign_in_path_for(resource)
# store_location_for(resource) ||
# stored_location_for(resource) ||
# if resource.is_a?(User) && resource.can_publish?
# publisher_url
# else
Expand Down

0 comments on commit 6079a02

Please sign in to comment.