Module: UserStamp

Extended by:
ActiveSupport::Concern
Defined in:
lib/user_stamp/user.rb,
lib/user_stamp.rb,
lib/user_stamp/config.rb,
lib/user_stamp/engine.rb,
lib/user_stamp/version.rb,
lib/user_stamp/user_stamp.rb,
lib/user_stamp/app_controller.rb
more...

Overview

include the UserStamp into each model where the user fields need to be updated

Defined Under Namespace

Modules: AppController Classes: Configuration, Engine, User

Constant Summary collapse

VERSION =
"3.0.1"

Class Method Summary collapse

Class Method Details

.configurationObject

[View source]

37
38
39
# File 'lib/user_stamp/config.rb', line 37

def self.configuration
  @config ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Global settings for UserStamp

Yields:

[View source]

43
44
45
# File 'lib/user_stamp/config.rb', line 43

def self.configure
  yield configuration
end