arel()
Returns the Arel object associated with the relation.
# File activerecord/lib/active_record/relation/query_methods.rb, line 857 def arel # :nodoc: @arel ||= build_arel end