Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/active_scaffold/extensions/cache_association.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) target=(records)
3 4 5 6 7 |
# File 'lib/active_scaffold/extensions/cache_association.rb', line 3 def target=(records) @loaded = true @records = records @records end |