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