Namespace
Methods
R
Instance Public methods
relation()
# File activerecord/test/cases/relation/mutation_test.rb, line 27
def relation
  @relation ||= Relation.new FakeKlass.new('posts'), Post.arel_table
end