We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49c8b1c + c8bf056 commit 75f7ff5Copy full SHA for 75f7ff5
app/controllers/doc_controller.rb
@@ -6,7 +6,7 @@ class DocController < ApplicationController
6
before_filter :set_book, only: [:index]
7
8
def index
9
- @videos = VIDEOS
+ @videos = Gitscm::VIDEOS
10
end
11
12
def ref
0 commit comments