Sha256: 937078b535f39f0886a40b4851199ba0c6e90bc9dfa5e860edcf15b8ff04e0d0

Contents?: true

Size: 270 Bytes

Versions: 14

Compression:

Stored size: 270 Bytes

Contents

Rails.application.routes.draw do

  namespace :admin do
    resources :banner_sets do
      resources :banners, :only => [:new, :create]
    end
    resources :banners, :only => [:show, :edit, :update, :destroy] do
      put :sort, :on => :collection
    end
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
tb_banners-1.3.2 config/routes.rb
tb_banners-1.3.1 config/routes.rb
tb_banners-1.3.beta1 config/routes.rb
tb_banners-1.2.1 config/routes.rb
tb_banners-1.2.0 config/routes.rb
tb_banners-1.1.6 config/routes.rb
tb_banners-1.2.0.beta1 config/routes.rb
tb_banners-1.1.5 config/routes.rb
tb_banners-1.1.4 config/routes.rb
tb_banners-1.1.3 config/routes.rb
tb_banners-1.1.2 config/routes.rb
tb_banners-1.1.1 config/routes.rb
tb_banners-1.1 config/routes.rb
tb_banners-1.0.2 config/routes.rb