Sha256: b4ad80a7885f63f3a10f39289db71982c9c78bc82e87bd00e3b8d890bc8ee211

Contents?: true

Size: 567 Bytes

Versions: 7

Compression:

Stored size: 567 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 => [:index, :show]
  end

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
refinerycms-core-2.0.10 config/routes.rb
refinerycms-core-2.0.9 config/routes.rb
refinerycms-core-2.0.8 config/routes.rb
refinerycms-core-2.0.7 config/routes.rb
refinerycms-core-2.0.6 config/routes.rb
refinerycms-core-2.0.5 config/routes.rb
refinerycms-core-2.0.4 config/routes.rb