Method: ActiveRecord::Relation#klass
- Defined in:
- lib/ocean-dynamo/active_record_stuff/relation.rb
#klass ⇒ Object (readonly) Also known as: model
Returns the value of attribute klass.
17 18 19 |
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 17 def klass @klass end |