Sha256: e0938c83d43da823040a284c9346e3a090a5d715bcbd99943846a33b49cf381c
Contents?: true
Size: 403 Bytes
Versions: 4
Compression:
Stored size: 403 Bytes
Contents
TestApp::Application.routes.draw do mount JasmineRails::Engine => "/specs" if defined?(JasmineRails) root :to => 'main#index' resources :main, :controller => 'Main' do collection do get :prevent get :basic_params get :json_response get :js_response get :xml_response get :file_response end end namespace :admin do resources :foos end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
paloma-4.1.2 | test_app/config/routes.rb |
paloma-4.1.1 | test_app/config/routes.rb |
paloma-4.1.0 | test_app/config/routes.rb |
paloma-4.0.0 | test_app/config/routes.rb |