Files
openfoodnetwork/app/helpers
Matt-Yorkley 5b8552f541 Fix ActiveRecord::Relation issue
Rails 4 now returns an Activerecord::Relation when using `SomeModel.all`. To get all the objects (as in Rails 3) we need to use `SomeModel.all.to_a`. See: https://stackoverflow.com/a/22417170
2020-02-22 11:05:24 +00:00
..
2019-11-10 18:42:43 +00:00
2019-11-10 18:42:43 +00:00
2014-06-06 14:04:45 +10:00