diff options
| author | mo k <mo@mokhan.ca> | 2012-06-02 07:35:53 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-06-02 07:35:53 -0600 |
| commit | 8a40ffb5d1115c10ae4e984eae534df1fb8682fc (patch) | |
| tree | 1aafc0ea495fcb0fad7a8671157e0e82e381336e /app/controllers/registrations_controller.rb | |
| parent | 8db18c1a7c5aa1ee6c8d0b8991f1d07b60d850de (diff) | |
tidy up some of the page headers and create route alias for login, logout
Diffstat (limited to 'app/controllers/registrations_controller.rb')
| -rw-r--r-- | app/controllers/registrations_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 97bf7375..30bcf8be 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -1,4 +1,5 @@ class RegistrationsController < Devise::RegistrationsController + #force_ssl def edit @user = current_user end |
