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