Skip to content

Instantly share code, notes, and snippets.

@MiguelSavignano
Last active May 8, 2016 23:23
Show Gist options
  • Save MiguelSavignano/20e015d6de90b8173da3c7e321830ad9 to your computer and use it in GitHub Desktop.
Save MiguelSavignano/20e015d6de90b8173da3c7e321830ad9 to your computer and use it in GitHub Desktop.
#/routes.rb
get "/productos/:name" => 'products#show', as: :products
#/controller.rb
def show
#buscar producto
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment