heartcombo--devise/lib
Matthew Rudy Jacobs 268e486dbb Add store_location_for helper
This is used as a complement to `stored_location_for`.

Example:

Before authorizing with Omniauth;

  store_location_for(:user, dashboard_path)
  redirect_to user_omniauth_authorize_path(:facebook)

In our Omniauth callback

  sign_in(user)
  redirect_to stored_location_for(:user) || root_path
2013-11-09 00:59:00 +00:00
..
devise Add store_location_for helper 2013-11-09 00:59:00 +00:00
generators Don't use config option for flashing_formats 2013-11-01 22:25:15 +01:00
devise.rb Add store_location_for helper 2013-11-09 00:59:00 +00:00