Sha256: 9e3d05787348be1f5cc69137caeabb29089dc522df86c4fcd85b28af98708c72
Contents?: true
Size: 395 Bytes
Versions: 5
Compression:
Stored size: 395 Bytes
Contents
Rails.application.routes.draw do namespace :c2 do namespace :informant do get '/', :to => 'app#show', :as => :app resources :locus, :only => [:index, :create, :update] do resources :entries resources :buckets do resources :entries end end end namespace :reporter do get '/', :to => 'app#show', :as => :app end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
c2-0.1.13 | config/routes.rb |
c2-0.1.12 | config/routes.rb |
c2-0.1.11 | config/routes.rb |
c2-0.1.10 | config/routes.rb |
c2-0.1.9 | config/routes.rb |