Skip to content

Commit

Permalink
fixed typo in login controller
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Oct 21, 2009
1 parent 17c2ee0 commit 00a33b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reader_sessions_controller_extensions.rb
Expand Up @@ -7,7 +7,7 @@ def default_loggedin_url_with_group
if page = @reader_session.reader.find_homepage
page.url
else
default_login_url_without_group
default_loggedin_url_without_group
end
end
alias_method_chain :default_loggedin_url, :group
Expand Down

0 comments on commit 00a33b6

Please sign in to comment.