Method: Credential#default_post_login_url_to
- Defined in:
- app/models/credential.rb
#default_post_login_url_to ⇒ Object
110 111 112 113 |
# File 'app/models/credential.rb', line 110 def default_post_login_url_to # NOTE: This should be different for non-admins when we get around to it ... { :controller => 'admin/activities', :action => 'index' } end |