Sha256: e4a3976b4021166f6603ef0be2895a91e2f4880ffc05e5a22bee811eefa7605c

Contents?: true

Size: 434 Bytes

Versions: 6

Compression:

Stored size: 434 Bytes

Contents

class RegistrationsController < Devise::RegistrationsController
  include Worthwhile::ThemedLayoutController
  with_themed_layout '1_column'

  protected

  # def after_update_path_for(resource)
  #   resource.update_column(:user_does_not_require_profile_update, true)
  #   super
  # end

  # def resource_class
  #   Account
  # end

  # def sign_up(resource_name, resource)
  #   sign_in(resource_name, resource.user)
  # end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/controllers/registrations_controller.rb
worthwhile-0.1.1 app/controllers/registrations_controller.rb
worthwhile-0.1.0 app/controllers/registrations_controller.rb
worthwhile-0.0.3 app/controllers/registrations_controller.rb
worthwhile-0.0.2 app/controllers/registrations_controller.rb
worthwhile-0.0.1 app/controllers/registrations_controller.rb