Sha256: 8fd1c211954224df83807d7ac823813daf0803b0d0cb49af37bf8267d979546d

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

TestApp::Application.routes.draw do
  resources :posts do
    collection do
      get "stream"
      get "stream_with_custom_url"
      get "all_columns"
    end
  end
  get "successful_redirect" => "posts#successful_redirect"
  root to: "posts#index"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cloudxls-rails-0.6.2 spec/test_app/config/routes.rb
cloudxls-rails-0.6.1 spec/test_app/config/routes.rb
cloudxls-rails-0.6.0 spec/test_app/config/routes.rb
cloudxls-rails-0.5.0 spec/test_app/config/routes.rb