Rails/Arel: Selecting all records as an ActiveRecord::Relation January 3, 2024 by Tarik Try relation = Model.scoped. That will give you the relation instead of the actual results.