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