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