diff options
| author | mo k <mo@mokhan.ca> | 2012-05-17 06:58:47 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-05-17 06:58:47 -0600 |
| commit | a72eae9ec401a6fbf0675d681858ea3fdfee40e7 (patch) | |
| tree | b17292384572bd248e0b636bec5a6e0de849fc1e /app/controllers/registrations_controller.rb | |
| parent | 224be5744f3929658fd3da0e85e9affc4b21b34c (diff) | |
add website property to the User model and create migration.
Diffstat (limited to 'app/controllers/registrations_controller.rb')
| -rw-r--r-- | app/controllers/registrations_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 8eed79dd..d50fbe46 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -3,6 +3,11 @@ class RegistrationsController < Devise::RegistrationsController super session[:omniauth] = nil unless @user.new_record? end + + #def update + #logger.log(params) + #super + #end private |
