Sha256: cd790288be233875947cb5a4e09215b096d9a4d10f24ca3dd167902e16b6251a

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

::Refinery::Application.routes.draw do

  scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
    resources :pods, :except => :show do
      collection do
        post :update_positions
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-pods-1.0.3 config/routes.rb
refinerycms-pods-1.0.2 config/routes.rb
refinerycms-pods-1.0.1 config/routes.rb
refinerycms-pods-1.0 config/routes.rb