Sha256: e28aaf20cdf3d746b057e584d21a6c269e8a12e9ef1f4fda728c8eb9d8d65f5b

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 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]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-copywriting-2.0.3 config/routes.rb