Skip to content

Instantly share code, notes, and snippets.

@bankair
Created July 9, 2020 13:28
Show Gist options
  • Select an option

  • Save bankair/45ef3c8d80a35236aedee43e97c3df3d to your computer and use it in GitHub Desktop.

Select an option

Save bankair/45ef3c8d80a35236aedee43e97c3df3d to your computer and use it in GitHub Desktop.
class RecipesController < ApplicationController
# GET /recipes
def index
@recipes = Recipe.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment