Sha256: 9318ecaf850da573b2f1788385a283cba67b39397024f6718d78f0d2dd2c1453

Contents?: true

Size: 459 Bytes

Versions: 33

Compression:

Stored size: 459 Bytes

Contents

Rails.application.routes.draw do
  resources :products, only: [:index, :show, :edit] 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
      get :local_storage
      get :without_filters
    end
  end

  resources :vendors, only: [:index]
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
tabulatr2-0.10.4 spec/dummy/config/routes.rb
tabulatr2-0.10.3 spec/dummy/config/routes.rb
tabulatr2-0.10.2 spec/dummy/config/routes.rb
tabulatr2-0.10.1 spec/dummy/config/routes.rb
tabulatr2-0.10.0 spec/dummy/config/routes.rb
tabulatr2-0.9.48 spec/dummy/config/routes.rb
tabulatr2-0.9.47 spec/dummy/config/routes.rb
tabulatr2-0.9.46 spec/dummy/config/routes.rb
tabulatr2-0.9.45 spec/dummy/config/routes.rb
tabulatr2-0.9.44 spec/dummy/config/routes.rb
tabulatr2-0.9.43 spec/dummy/config/routes.rb
tabulatr2-0.9.42 spec/dummy/config/routes.rb
tabulatr2-0.9.41 spec/dummy/config/routes.rb
tabulatr2-0.9.40 spec/dummy/config/routes.rb
tabulatr2-0.9.39 spec/dummy/config/routes.rb
tabulatr2-0.9.38 spec/dummy/config/routes.rb
tabulatr2-0.9.37 spec/dummy/config/routes.rb
tabulatr2-0.9.36 spec/dummy/config/routes.rb
tabulatr2-0.9.35 spec/dummy/config/routes.rb
tabulatr2-0.9.34 spec/dummy/config/routes.rb