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