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