solliegarcia / Manoa-Meals

0 stars 0 forks source link

Custom_Dish_form #3

Open garyjw opened 5 years ago

garyjw commented 5 years ago
  1. Make a new branch off master branch
  2. Edit meal plan page
  3. Create button that renders form
    • Rails has partials, denoted _filename
  4. Rails has form_for which is used for controllers such as controller for dish
Liloa commented 5 years ago

Add boolean "CUSTOM" column to DB for custom dish or not

Liloa commented 5 years ago

Custom column has been added

Liloa commented 5 years ago

CSV values have been updated per new columns