Class: Thing

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/acts_as_versioned/test/migration_test.rb

Instance Attribute Summary collapse

Instance Attribute Details

#versionObject

Returns the value of attribute version.



5
6
7
# File 'lib/acts_as_versioned/test/migration_test.rb', line 5

def version
  @version
end