mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-26 10:46:10 +01:00
make search and feedlist pass
This commit is contained in:
parent
28b7df87a8
commit
7c935652fb
10 changed files with 40 additions and 19 deletions
|
|
@ -72,6 +72,10 @@ Tracksapp::Application.routes.draw do
|
|||
match 'integrations/google_gadget.xml' => 'integrations#google_gadget', :as => 'google_gadget'
|
||||
match 'preferences' => "preferences#index"
|
||||
match 'preferences/render_date_format' => "preferences#render_date_format"
|
||||
match 'feeds' => "feedlist#index", :as => 'feeds'
|
||||
match 'feedlist/get_feeds_for_context' => 'feedlist#get_feeds_for_context'
|
||||
match 'feedlist/get_feeds_for_project' => 'feedlist#get_feeds_for_project'
|
||||
match 'data' => "data#index"
|
||||
|
||||
resources :contexts do
|
||||
member do
|
||||
|
|
@ -144,6 +148,9 @@ Tracksapp::Application.routes.draw do
|
|||
|
||||
resources :notes
|
||||
|
||||
match 'search' => 'search#index'
|
||||
match 'search/results' => 'search#results', :via => 'post'
|
||||
|
||||
# map.resources :users,
|
||||
# :member => {:change_password => :get, :update_password => :post,
|
||||
# :change_auth_type => :get, :update_auth_type => :post, :complete => :get,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue