Module: UserMgmt

Defined in:
lib/user_mgmt.rb,
lib/user_mgmt/engine.rb,
lib/user_mgmt/version.rb,
app/models/user_mgmt/user.rb,
app/helpers/user_mgmt/application_helper.rb,
app/helpers/user_mgmt/registrations_helper.rb,
lib/generators/user_mgmt/install_generator.rb,
app/controllers/user_mgmt/sessions_controller.rb,
app/controllers/user_mgmt/application_controller.rb,
app/controllers/user_mgmt/registrations_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, Generators, RegistrationsHelper Classes: ApplicationController, Engine, RegistrationsController, SessionsController, User

Constant Summary collapse

VERSION =
"2.1.5"
@@external_database_URI =
"http://localhost:3000/"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Default way to setup UserMgmt. Run rails generate user_mgmt:install to create a fresh initializer with all configuration values.

Yields:

  • (_self)

Yield Parameters:

  • _self (UserMgmt)

    the object that the method was called on



14
15
16
# File 'lib/user_mgmt.rb', line 14

def self.setup
	yield self
end