Merge branch '345-update_to_rails4' of abf.rosalinux.ru:abf/rosa-build into 345-update_to_rails4
Conflicts: config/routes.rb
This commit is contained in:
commit
c87c150bcd
|
@ -357,7 +357,7 @@ Rosa::Application.routes.draw do
|
||||||
post '/sections' => 'projects#sections'
|
post '/sections' => 'projects#sections'
|
||||||
delete '/remove_user' => 'projects#remove_user', as: :remove_user_project
|
delete '/remove_user' => 'projects#remove_user', as: :remove_user_project
|
||||||
# constraints treeish: /[\w\-\.]+(\/[\w\-\.]+)?/ do
|
# constraints treeish: /[\w\-\.]+(\/[\w\-\.]+)?/ do
|
||||||
constraints /.+/ do
|
constraints treeish: /.+/ do
|
||||||
constraints Rosa::Constraints::Treeish do
|
constraints Rosa::Constraints::Treeish do
|
||||||
# Tree
|
# Tree
|
||||||
get '/' => "git/trees#show", as: :project
|
get '/' => "git/trees#show", as: :project
|
||||||
|
|
Loading…
Reference in New Issue