Sha256: 8d951f6a1384b515311500140f33bf4690fbea6070d2f200da4d0b72b7d3c4bb

Contents?: true

Size: 340 Bytes

Versions: 3

Compression:

Stored size: 340 Bytes

Contents

Refinery::Core::Engine.routes.draw do
  namespace :copywriting, :path => '' do
    namespace :admin, :path => 'refinery' do
      scope :path => 'copywriting' do
        resources :phrases, :except => [:show, :new, :create] do
          collection do
            post :update_positions
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-copywriting-2.0.2 config/routes.rb
refinerycms-copywriting-2.0.1 config/routes.rb
refinerycms-copywriting-2.0.0 config/routes.rb