Sha256: b37295e9bb618f1a174bf3f51d5d36a72f1bfc12e239fefed78cdbb2cfe2b19b

Contents?: true

Size: 477 Bytes

Versions: 15

Compression:

Stored size: 477 Bytes

Contents

ActionController::Routing::Routes.draw do |map|
  map.wymiframe '/wymiframe/:id', :controller => "refinery/fast", :action => "wymiframe"

  map.namespace(:admin, :path_prefix => 'refinery') do |admin|
    admin.resources :refinery_core
  end

  map.connect '/refinery/flash', :controller => "admin/refinery_core", :action => "render_flash_messages"
  map.connect '/refinery/update_menu_positions', :controller => "admin/refinery_core", :action => "update_plugin_positions"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
refinerycms-0.9.7.15 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.14 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.13 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.11 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.10 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.9 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.8 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.7 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.6 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.5 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.4 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.3 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.2 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7.1 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.7 vendor/plugins/refinery/config/routes.rb