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'
|
||||
delete '/remove_user' => 'projects#remove_user', as: :remove_user_project
|
||||
# constraints treeish: /[\w\-\.]+(\/[\w\-\.]+)?/ do
|
||||
constraints /.+/ do
|
||||
constraints treeish: /.+/ do
|
||||
constraints Rosa::Constraints::Treeish do
|
||||
# Tree
|
||||
get '/' => "git/trees#show", as: :project
|
||||
|
|
Loading…
Reference in New Issue