Sha256: 44efedcdce551cf1ead789b4fa59d5e726190c13a67988e7166503b6d567c2a1

Contents?: true

Size: 251 Bytes

Versions: 12

Compression:

Stored size: 251 Bytes

Contents

Rails.application.routes.draw do
  namespace :cohortly do
    match     'report_all', :controller => 'reports', :action => 'show', :as => :report_all
    resources :metrics, :only => [:index]
    resources :reports, :only => [:index, :show]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cohortly-0.0.93 config/routes.rb
cohortly-0.0.92 config/routes.rb
cohortly-0.0.9.1 config/routes.rb
cohortly-0.0.9 config/routes.rb
cohortly-0.0.8 config/routes.rb
cohortly-0.0.7 config/routes.rb
cohortly-0.0.6 config/routes.rb
cohortly-0.0.5 config/routes.rb
cohortly-0.0.4 config/routes.rb
cohortly-0.0.3 config/routes.rb
cohortly-0.0.2 config/routes.rb
cohortly-0.0.1 config/routes.rb