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

VERSION =
"0.0.2"
@@config =
{}

Class Method Summary (collapse)

Class Method Details

+ (Object) author



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

def self.author
  config[:author]
end

+ (Object) author=(value)



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

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