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