Flowdock
method

arel_table

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveRecord::Base
arel_table() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/base.rb, line 898
      def arel_table
        @arel_table ||= Arel::Table.new(table_name, arel_engine)
      end
Register or log in to add new notes.