Merge pull request #1175 from git/pedrorijo91-patch-2
Fix const reference
This commit is contained in:
Коммит
75f7ff580c
|
@ -6,7 +6,7 @@ class DocController < ApplicationController
|
|||
before_filter :set_book, only: [:index]
|
||||
|
||||
def index
|
||||
@videos = VIDEOS
|
||||
@videos = Gitscm::VIDEOS
|
||||
end
|
||||
|
||||
def ref
|
||||
|
|
Загрузка…
Ссылка в новой задаче