Sha256: 337a0dfa546654980555637cabc16342785b37a86b2aa5e38e1e10ce15e62145

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

Rails.application.routes.draw do
  root 'index#index' 
  get 'index/index'
  get 'questions/index', as: 'questions_index'
  get 'author/index' , as: 'author_index'
  get 'authoraide/index' , as: 'authoraide_index'
  get 'reports/index', as: 'reports_index'
  get 'items/index', as: 'items_index'
#   get 'abc' , to: "index#index"

  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
learnosity-sdk-0.3.0 docs/quickstart/lrn-sdk-rails/config/routes.rb