Sha256: 3b9d0f9f7f2334fe07d2cd84ec9414e10a9b7243065945c2fcadc55e06626945

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

require_dependency "brightcontent/application_controller"

module Brightcontent
  class AdminUsersController < BaseController
    form_fields :email, :password, :password_confirmation

    def resource_class
      Brightcontent.user_model
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brightcontent-core-2.6.0 app/controllers/brightcontent/admin_users_controller.rb
brightcontent-core-2.5.1 app/controllers/brightcontent/admin_users_controller.rb
brightcontent-core-2.5.0 app/controllers/brightcontent/admin_users_controller.rb
brightcontent-core-2.4.6 app/controllers/brightcontent/admin_users_controller.rb