Sha256: 78abfcae4effde97b5cf9fcc397ec279bbd2fb55b252657deee0d530fa3a1bd8

Contents?: true

Size: 652 Bytes

Versions: 4

Compression:

Stored size: 652 Bytes

Contents

Integration::Application.routes.draw do

  root :to => 'autocomplete#new'
  match 'autocomplete/autocomplete_brand_name' => 'autocomplete#autocomplete_brand_name'

  resources :products
  resources :id_elements do
    get :autocomplete_brand_name, :on => :collection
  end

  resources :sub_classes do
    get :autocomplete_foreign_brand_name, :on => :collection
  end

  resources :multiple_selections do
    get :autocomplete_brand_name, :on => :collection
  end

  resources :nested_models do
    get :autocomplete_feature_name, :on => :collection
  end

  resources :simple_forms do
    get :autocomplete_feature_name, :on => :collection
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails3-jquery-autocomplete-0.6.6 integration/config/routes.rb
rails3-jquery-autocomplete-0.6.5 integration/config/routes.rb
rails3-jquery-autocomplete-0.6.4 integration/config/routes.rb
rails3-jquery-autocomplete-0.6.3 integration/config/routes.rb