Module: RecordHistory

Defined in:
lib/record_history.rb,
lib/record_history/version.rb,
lib/record_history/controller.rb,
lib/record_history/has_record_history.rb,
lib/generators/record_history/install_generator.rb

Defined Under Namespace

Modules: Controller, Model Classes: InstallGenerator

Constant Summary collapse

VERSION =
"0.9.1"
@@config =
{}

Class Method Summary collapse

Class Method Details

.authorObject



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

def self.author
  config[:author]
end

.author=(value) ⇒ Object



10
11
12
# File 'lib/record_history.rb', line 10

def self.author=(value)
  config[:author] = value
end