1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/test/support
José Valim bd0e2a3180 devise_for now accepts a block. All routes inside the block uses the scope defined by devise_for.
You are now allowed to do:

  devise_for :users do
    # Non conventional sign_in route
    get "/sign_in" => "devise/sessions#new"
  end

And it should work as expected.
2010-07-07 10:51:14 +02:00
..
locale More compatibility with Rails master. 2010-03-28 07:15:52 +02:00
webrat/integrations Require files before monkey patching them. 2010-03-23 16:28:17 +01:00
assertions.rb Require files before monkey patching them. 2010-03-23 16:28:17 +01:00
helpers.rb Require files before monkey patching them. 2010-03-23 16:28:17 +01:00
integration.rb devise_for now accepts a block. All routes inside the block uses the scope defined by devise_for. 2010-07-07 10:51:14 +02:00
test_silencer.rb More test files. 2009-12-21 19:57:26 +01:00