Sha256: 7d06869809cef262f51513a26399f18145db5e59a5a96d3696a75c1b39c1ac4e

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

require_dependency "brightcontent/application_controller"

module Brightcontent
  class AdminUsersController < BaseController
    def form_fields
      %w( email password )
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brightcontent-core-2.0.33 app/controllers/brightcontent/admin_users_controller.rb
brightcontent-core-2.0.31 app/controllers/brightcontent/admin_users_controller.rb