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