class ActiveRecord::Relation

Public Instance Methods

target=(records) click to toggle source
# File lib/active_scaffold/extensions/cache_association.rb, line 3
def target=(records)
  @loaded = true
  @records = records
  @records
end