Sha256: 5c63c0cc3388957babd241666ef0cf81611bd52a1649fd14d0abd99e62c5aa8d

Contents?: true

Size: 363 Bytes

Versions: 20

Compression:

Stored size: 363 Bytes

Contents

Cmor::Tags::Engine.routes.draw do
  localized do
    scope :cmor_tags_engine do
      resources :searchs, only: [:new, :create]
      # resources :tag_searchs, only: [:new, :create] do
      #   get '/', on: :collection, to: "tag_searchs#create"
      # end

      get '/:tag_list', to: "searchs#create", as: 'tag'

      root to: 'searchs#new'
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
cmor_tags-0.0.60.pre config/routes.rb
cmor_tags-0.0.59.pre config/routes.rb
cmor_tags-0.0.58.pre config/routes.rb
cmor_tags-0.0.57.pre config/routes.rb
cmor_tags-0.0.56.pre config/routes.rb
cmor_tags-0.0.55.pre config/routes.rb
cmor_tags-0.0.54.pre config/routes.rb
cmor_tags-0.0.53.pre config/routes.rb
cmor_tags-0.0.52.pre config/routes.rb
cmor_tags-0.0.51.pre config/routes.rb
cmor_tags-0.0.50.pre config/routes.rb
cmor_tags-0.0.49.pre config/routes.rb
cmor_tags-0.0.48.pre config/routes.rb
cmor_tags-0.0.45.pre config/routes.rb
cmor_tags-0.0.44.pre config/routes.rb
cmor_tags-0.0.43.pre config/routes.rb
cmor_tags-0.0.42.pre config/routes.rb
cmor_tags-0.0.41.pre config/routes.rb
cmor_tags-0.0.40.pre config/routes.rb
cmor_tags-0.0.39.pre config/routes.rb