Skip to content

Commit

Permalink
remove errant duplicate routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Carpenter committed Sep 2, 2011
1 parent 05e9b53 commit efc15c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/routes/public.rb
Expand Up @@ -141,10 +141,6 @@
end
end

# SUBSCRIPTIONS
map.resources :subscriptions, :except => [:index, :edit, :update], :member => {:unsubscribe => :get, :confirm => :get}, :collection => {:confirmation_sent => :get, :unsubscribed => :get}


# CANNED SEARCHES
map.canned_search ":slug.:format", :controller => "canned_searches", :action => :show

Expand Down

0 comments on commit efc15c3

Please sign in to comment.