Class: LinkedRails::Auth::RegistrationsController

Inherits:
Devise::RegistrationsController
  • Object
show all
Defined in:
app/controllers/linked_rails/auth/registrations_controller.rb

Class Method Summary collapse

Class Method Details

.controller_classObject



27
28
29
# File 'app/controllers/linked_rails/auth/registrations_controller.rb', line 27

def controller_class
  LinkedRails.registration_class
end