|
Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
|
|---|
|
|
| app/controllers/registrations_controller.rb |
|---|
| app/models/user.rb |
|---|
| app/views/shared/_register_form.html.erb |
|---|
| test/functional/registrations_controller_test.rb |
|---|
| test/test_helper.rb |
|---|