Files
openfoodnetwork/app/models/enterprise_set.rb
Rohan Mitchell ca1c116a5d Swap param order
2014-12-12 13:33:14 +11:00

6 lines
131 B
Ruby

class EnterpriseSet < ModelSet
def initialize(collection, attributes={})
super(Enterprise, collection, attributes)
end
end