class IngredientsController < ApplicationController def index end def create end def destroy end end