Sha256: 18fe07df4a99938f038ef17262955e1ea282cd920fcbe974cb318c0825adb59d

Contents?: true

Size: 400 Bytes

Versions: 12

Compression:

Stored size: 400 Bytes

Contents

Rails.application.routes.draw do
  resources :products, only: [:index, :show] do
    collection do
      get :simple_index
      get :one_item_per_page_with_pagination
      get :one_item_per_page_without_pagination
      get :count_tags
      get :stupid_array
      get :with_batch_actions
      get :implicit_columns
      get :with_styling
    end
  end

  resources :vendors, only: [:index]
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tabulatr2-0.9.4 spec/dummy/config/routes.rb
tabulatr2-0.9.3 spec/dummy/config/routes.rb
tabulatr2-0.9.2 spec/dummy/config/routes.rb
tabulatr2-0.9.1 spec/dummy/config/routes.rb
tabulatr2-0.9.0 spec/dummy/config/routes.rb
tabulatr2-0.8.9 spec/dummy/config/routes.rb
tabulatr2-0.8.8 spec/dummy/config/routes.rb
tabulatr2-0.8.7 spec/dummy/config/routes.rb
tabulatr2-0.8.6 spec/dummy/config/routes.rb
tabulatr2-0.8.5 spec/dummy/config/routes.rb
tabulatr2-0.8.4 spec/dummy/config/routes.rb
tabulatr2-0.8.3 spec/dummy/config/routes.rb