Fix const reference
This commit is contained in:
Родитель
49c8b1c87c
Коммит
c8bf05652e
|
@ -6,7 +6,7 @@ class DocController < ApplicationController
|
|||
before_filter :set_book, only: [:index]
|
||||
|
||||
def index
|
||||
@videos = VIDEOS
|
||||
@videos = Gitscm::VIDEOS
|
||||
end
|
||||
|
||||
def ref
|
||||
|
|
Загрузка…
Ссылка в новой задаче