class method
self.arel_table
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
self.arel_table()
No documentation comment.
Source
# File activerecord/lib/active_record/base.rb, line 855
def arel_table
@arel_table ||= Arel::Table.new(table_name, arel_engine)
end
Defined in activerecord/lib/active_record/base.rb line 855
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base