Merge remote-tracking branch 'fsmanuel/master' into master.
Updated migration date to today. Conflicts: db/schema.rb
This commit is contained in:
commit
74bfc85562
21 changed files with 269 additions and 88 deletions
|
|
@ -8,6 +8,7 @@ Foodsoft::Application.routes.draw do
|
|||
|
||||
root :to => redirect("/#{FoodsoftConfig.scope}")
|
||||
|
||||
|
||||
scope '/:foodcoop' do
|
||||
|
||||
# Root path
|
||||
|
|
@ -187,7 +188,7 @@ Foodsoft::Application.routes.draw do
|
|||
############## Feedback
|
||||
|
||||
resource :feedback, :only => [:new, :create], :controller => 'feedback'
|
||||
|
||||
|
||||
############## The rest
|
||||
|
||||
resources :users, :only => [:index]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue