rails routes default format json

Solutions on MaxInterview for rails routes default format json by the best coders in the world

showing results for - "rails routes default format json"
Henri
28 Nov 2017
1defaults format: :json do
2  resources :photos
3  get :search, to: 'articles_controller#search', as: 'article_search'
4end
5
similar questions
queries leading to this page
rails routes default format json