mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 14:58:50 +01:00
fix #987 where feeds_path returned the mobile url and not the non-mobile one.
This commit is contained in:
parent
06ac3067d3
commit
fabc15e061
1 changed files with 1 additions and 1 deletions
|
|
@ -58,8 +58,8 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.root :controller => 'todos' # Make OpenID happy because it needs #root_url defined
|
||||
|
||||
map.resources :notes
|
||||
map.feeds 'feeds', :controller => 'feedlist', :action => 'index'
|
||||
map.feeds 'feeds.m', :controller => 'feedlist', :action => 'index', :format => 'm'
|
||||
map.feeds 'feeds', :controller => 'feedlist', :action => 'index'
|
||||
|
||||
if Rails.env == 'test'
|
||||
map.connect '/selenium_helper/login', :controller => 'selenium_helper', :action => 'login'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue