Method: Credential#default_post_login_url_to

Defined in:
app/models/credential.rb

#default_post_login_url_toObject



110
111
112
113
# File 'app/models/credential.rb', line 110

def 
  # NOTE: This should be different for non-admins when we get around to it ...
  { :controller => 'admin/activities', :action => 'index' }
end