Module: Bpluser::Users::RegistrationsController

Included in:
Users::RegistrationsController
Defined in:
app/controllers/bpluser/users/registrations_controller.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

< Devise::RegistrationsController



3
4
5
6
# File 'app/controllers/bpluser/users/registrations_controller.rb', line 3

def self.included(base)
  base.send :before_filter, :update_sanitized_params, :if => :devise_controller?
  base.send :include, InstanceMethods
end