Sha256: 20e106012a0ad5fba8982b63904ba3e605dca972dbe04e143555160cf6af398d
Contents?: true
Size: 444 Bytes
Versions: 98
Compression:
Stored size: 444 Bytes
Contents
require "user_mgmt/engine" require "user_mgmt/version" require "rails" module UserMgmt # URI of the external database where authentication happens and gets its data stored at mattr_accessor :external_database_URI @@external_database_URI = "http://localhost:3000/" # Default way to setup UserMgmt. Run rails generate user_mgmt:install to create # a fresh initializer with all configuration values. def self.setup yield self end end
Version data entries
98 entries across 98 versions & 1 rubygems