Skip to content

Instantly share code, notes, and snippets.

@m3ta4a
Last active March 29, 2019 17:04
Show Gist options
  • Save m3ta4a/247c12cff0c6ab454936d3b341c8a66a to your computer and use it in GitHub Desktop.
Save m3ta4a/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