Sha256: b3d806fa5dfc41eba46491d64f2d8961149c57f94951595e54fe7e5b53b44d57

Contents?: true

Size: 294 Bytes

Versions: 76

Compression:

Stored size: 294 Bytes

Contents

Rails.application.routes.draw do
  root to: "home#index"
  devise_for :usuarios

  resources :usuarios, only: [:edit,:update]

  resources :permissoes, only: [:create]
  
  namespace :api do
    resources :cidades, only: [] do
      collection do
        get 'busca'
      end
    end
  end
end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
templus_models-3.0.21 test/dummy/config/routes.rb
templus_models-3.0.20 test/dummy/config/routes.rb
templus_models-3.0.19 test/dummy/config/routes.rb
templus_models-3.0.17 test/dummy/config/routes.rb
templus_models-2.0.16 test/dummy/config/routes.rb
templus_models-1.6.9 test/dummy/config/routes.rb
templus_models-2.0.15 test/dummy/config/routes.rb
templus_models-3.0.14 test/dummy/config/routes.rb
templus_models-2.0.14 test/dummy/config/routes.rb
templus_models-2.0.12 test/dummy/config/routes.rb
templus_models-3.0.13 test/dummy/config/routes.rb
templus_models-3.0.12 test/dummy/config/routes.rb
templus_models-2.0.11 test/dummy/config/routes.rb
templus_models-2.0.9 test/dummy/config/routes.rb
templus_models-2.0.8 test/dummy/config/routes.rb
templus_models-3.0.10 test/dummy/config/routes.rb
templus_models-1.6.8 test/dummy/config/routes.rb
templus_models-1.6.7 test/dummy/config/routes.rb
templus_models-3.0.9 test/dummy/config/routes.rb
templus_models-2.0.7 test/dummy/config/routes.rb