Class: Thing
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Thing
- Defined in:
- vendor/plugins/engines/test/app/things/thing.rb,
vendor/plugins/acts_as_versioned/test/migration_test.rb,
vendor/plugins/engines/test/plugins/test_code_mixing/app/things/thing.rb
Instance Attribute Summary
-
- (Object) version
Returns the value of attribute version.
Class Method Summary
Methods inherited from ActiveRecord::Base
Instance Attribute Details
- (Object) version
Returns the value of attribute version
5 6 7 |
# File 'vendor/plugins/acts_as_versioned/test/migration_test.rb', line 5 def version @version end |
Class Method Details
+ (Object) from_app
2 |
# File 'vendor/plugins/engines/test/app/things/thing.rb', line 2 def self.from_app; TestHelper::report_location(__FILE__) end |
+ (Object) from_plugin
2 |
# File 'vendor/plugins/engines/test/plugins/test_code_mixing/app/things/thing.rb', line 2 def self.from_plugin; TestHelper::report_location(__FILE__) end |