Class: Thing
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Thing
- Defined in:
- lib/acts_as_versioned/test/migration_test.rb
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#version ⇒ Object
Returns the value of attribute version.
5 6 7 |
# File 'lib/acts_as_versioned/test/migration_test.rb', line 5 def version @version end |