Created
April 28, 2016 20:18
-
-
Save alexshagov/9318a3e2da565288fb332ccd2f78c8d0 to your computer and use it in GitHub Desktop.
blg.1-3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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