120 121 122
# File 'lib/brief/model.rb', line 120 def each(*args, &block) Array(models).send(:each, *args, &block) end