Sha256: 7e816e6e1b0353eb65637e4dacc29c7dd502d0166badb0e3b66f77cf56d54a34

Contents?: true

Size: 439 Bytes

Versions: 28

Compression:

Stored size: 439 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

28 entries across 28 versions & 1 rubygems

Version Path
refinerycms-0.9.5.13 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.12 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.11 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.10 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.9 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.8 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.7 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.6 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.5 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.4 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.3 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.2 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5.1 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.5 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.4.5 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.4.4 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.4.3 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.4.2 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.4.1 vendor/plugins/refinery/config/routes.rb
refinerycms-0.9.4 vendor/plugins/refinery/config/routes.rb