1
0

Added MealsController#new and form autocomplete for Food

Renamed QuantityColumn -> Exposure
This commit is contained in:
cryptogopher
2020-04-15 23:42:58 +02:00
parent 8e8160c41a
commit e78803e474
27 changed files with 227 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
module MealsHelper
def action_links(m)
delete_link(meal_path(m), {remote: true, data: {}}) if m.persisted?
end
end