module UserMgmt
Constants
- VERSION
Public Class Methods
setup() { |self| ... }
click to toggle source
Default way to setup UserMgmt
. Run rails generate user_mgmt:install to create a fresh initializer with all configuration values.
# File lib/user_mgmt.rb, line 14 def self.setup yield self end