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