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