Sha256: 50a34baaa0e7e9e02531255dca3116f4453d8e679201ccc79f59dd6f486d60d1

Contents?: true

Size: 566 Bytes

Versions: 3

Compression:

Stored size: 566 Bytes

Contents

Refinery::Core::Engine.routes.draw do
  filter(:refinery_locales) if defined?(RoutingFilter::RefineryLocales) # optionally use i18n.
  get 'wymiframe(/:id)', :to => 'fast#wymiframe', :as => :wymiframe
  get 'refinery/message', :to => 'fast#message', :as => :message

  namespace :admin, :path => 'refinery' do
    root :to => 'dashboard#index'
    resources :dialogs, :only => :show
  end

  match '/refinery/update_menu_positions', :to => 'admin/refinery_core#update_plugin_positions'

  get '/sitemap.xml' => 'sitemap#index', :defaults => { :format => 'xml' }
end

Version data entries

3 entries across 3 versions & 1 rubygems

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