public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
hide xml-rpc routes
technoweenie (author)
Sun Feb 03 09:38:42 -0800 2008
commit  1313754bc9556d08c9dbbf5f41fded31c2e936d4
tree    79cf2e7846378837e356e5d897dee87d0be31047
parent  d10f99281c02662a58b4dfdea60f3f19d3188e38
...
24
25
26
27
 
 
28
29
30
31
32
33
34
35
...
24
25
26
 
27
28
29
 
30
31
 
32
33
34
0
@@ -24,12 +24,11 @@ module Mephisto
0
       map.resources :assets, :path_prefix => '/admin', :controller => 'admin/assets', :member => { :add_bucket => :post },
0
         :collection => { :latest => :post, :search => :post, :upload => :post, :clear_bucket => :post }
0
       
0
- map.connect 'xmlrpc', :controller => 'backend', :action => 'xmlrpc'
0
+ # Where oh where is my xmlrpc code?
0
+ # map.connect 'xmlrpc', :controller => 'backend', :action => 'xmlrpc'
0
       
0
-
0
       map.connect ':controller/:action/:id/:version', :version => nil, :controller => /routing_navigator|account|(admin\/\w+)/, :id => /[^\/]*/
0
 
0
-
0
       yield if block_given?
0
       Mephisto::Plugin.custom_routes.each do |path, options|
0
         map.connect path, options

Comments

    No one has commented yet.