Skip to content

Instantly share code, notes, and snippets.

@alexshagov
Created April 28, 2016 20:18
Show Gist options
  • Save alexshagov/9318a3e2da565288fb332ccd2f78c8d0 to your computer and use it in GitHub Desktop.
Save alexshagov/9318a3e2da565288fb332ccd2f78c8d0 to your computer and use it in GitHub Desktop.
blg.1-3
Rails.application.routes.draw do
resources :pictures, only: [:index, :create, :new] do
put "sort", on: :collection
end
root 'pictures#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment