Merge pull request #1175 from git/pedrorijo91-patch-2

Fix const reference
This commit is contained in:
Pedro Rijo 2018-03-07 21:17:26 +00:00 коммит произвёл GitHub
Родитель 49c8b1c87c c8bf05652e
Коммит 75f7ff580c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ class DocController < ApplicationController
before_filter :set_book, only: [:index]
def index
@videos = VIDEOS
@videos = Gitscm::VIDEOS
end
def ref