Sha256: 7b5efd49621f809fd8f38a367f4b4670a31b71bd28b5fdcef15d95ca2881d47c

Contents?: true

Size: 444 Bytes

Versions: 11

Compression:

Stored size: 444 Bytes

Contents

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

  namespace :admin, :path => Refinery::Core.backend_route do
    root to: 'core#index'
    resources :dialogs, :only => [:index, :show]
  end

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-core-4.0.3 config/routes.rb
refinerycms-core-4.0.2 config/routes.rb
refinerycms-core-4.0.1 config/routes.rb
refinerycms-core-3.0.6 config/routes.rb
refinerycms-core-4.0.0 config/routes.rb
refinerycms-core-3.0.5 config/routes.rb
refinerycms-core-3.0.4 config/routes.rb
refinerycms-core-3.0.3 config/routes.rb
refinerycms-core-3.0.2 config/routes.rb
refinerycms-core-3.0.1 config/routes.rb
refinerycms-core-3.0.0 config/routes.rb