Module: HasTrolley::ClassMethods

Defined in:
lib/has_trolley.rb

Instance Method Summary collapse

Instance Method Details

#add_trolleys_for_existingObject



14
15
16
# File 'lib/has_trolley.rb', line 14

def add_trolleys_for_existing
  all.each { |u| u.create_trolley }
end