lib/solarsearch/rails/routing.rb in solarsearch-0.0.9 vs lib/solarsearch/rails/routing.rb in solarsearch-0.0.10
- old
+ new
@@ -1,10 +1,10 @@
module SolarSearch #:nodoc:
module Routing #:nodoc:
module MapperExtensions
def solarsearch_routes
@set.draw do |map|
- map.myevents 'myevents', :controller => 'article_statuses', :action => 'index'
+ map.myevents 'myevents', :controller => 'article_status', :action => 'index'
map.tester 'tester', :controller => 'infosources', :action => 'tester'
map.mynews 'mynews', :controller => 'search_keywords', :action => 'newsupdate'
map.postnews 'postnews', :controller => 'search_keywords', :action => 'postnews'
map.agent 'agent', :controller => 'search_keywords', :action => 'index'