Project

General

Profile

Download (296 Bytes) Statistics
| Branch: | Tag: | Revision:
# config/routes/api/v1.rb

Rails.application.routes.draw do |map|

# namespace :api, :defaults => {:format => 'json'} do
# scope :module => :v2, :constraints => ApiConstraints.new(:version => 2, :default => false) do
# resources :bookmarks, :except => [:new, :edit]
# end
# end

end
(3-3/3)