Sha256: c901e985efe40c17f8badd3dd81c5d74d8723c431cc726992e50d54d77efb229

Contents?: true

Size: 312 Bytes

Versions: 11

Compression:

Stored size: 312 Bytes

Contents

Rails.application.routes.draw do

  namespace :spud 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

end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
spud_banners-1.0.0 config/routes.rb
spud_banners-1.0.0.rc1 config/routes.rb
spud_banners-0.9.3 config/routes.rb
spud_banners-0.9.2 config/routes.rb
tb_banners-1.0 config/routes.rb
spud_banners-0.9.1.1 config/routes.rb
spud_banners-0.9.1 config/routes.rb
spud_banners-0.9.0.2 config/routes.rb
spud_banners-0.9.0.1 config/routes.rb
spud_banners-0.9.0 config/routes.rb
spud_banners-0.0.1 config/routes.rb