fix food color

This commit is contained in:
Andrew Brown 2019-06-01 01:11:02 -05:00
parent fae8a75599
commit d510682dd3

View File

@ -18,7 +18,7 @@ class Food < ActiveRecord::Base
end
def self.hex_color
'#8BC34A'
'#F44336'
end
def self.icon