Sha256: 2a5acf50a307c4fe6da275447e894ba0e8f5cc257d8a3f1636617de99e6861fb

Contents?: true

Size: 437 Bytes

Versions: 53

Compression:

Stored size: 437 Bytes

Contents

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

  map.namespace(:admin) do |admin|
    admin.resources :refinery_core
  end

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

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
jacobat-refinerycms-0.9.6.14 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.34 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.33 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.32 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.31 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.30 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.29 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.28 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.27 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.26 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.25 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.24 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.23 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.22 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.21 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.19 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.18 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.17 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.16 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.6.15 vendor/plugins/refinery/config/routes.rb