mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-25 01:23:23 +00:00
8 lines
182 B
Ruby
8 lines
182 B
Ruby
module Sets
|
|
class ColumnPreferenceSet < ModelSet
|
|
def initialize(collection, attributes = {})
|
|
super(ColumnPreference, collection, attributes, nil, nil )
|
|
end
|
|
end
|
|
end
|