Fixed broken links/paths.
This commit is contained in:
parent
00d9f060cc
commit
7067294133
3 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
finance.root :controller => 'balancing'
|
||||
finance.balancing "balancing/list", :controller => 'balancing', :action => 'list'
|
||||
finance.resources :invoices
|
||||
finance.resources :transactions
|
||||
finance.resources :transactions, :collection => {:new_collection => :get, :create_collection => :post}
|
||||
end
|
||||
|
||||
# Administration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue