# File lib/active_record/relation/finder_methods.rb, line 142 def all(*args) args.any? ? apply_finder_options(args.first).to_a : to_a end