Skip to content

Instantly share code, notes, and snippets.

@jvalol
Last active March 29, 2019 17:04
Show Gist options
  • Select an option

  • Save jvalol/247c12cff0c6ab454936d3b341c8a66a to your computer and use it in GitHub Desktop.

Select an option

Save jvalol/247c12cff0c6ab454936d3b341c8a66a to your computer and use it in GitHub Desktop.
scope "/", AddressBookWeb do
pipe_through :browser
get "/", PageController, :index
resources "/people", PersonController
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment