summaryrefslogtreecommitdiff
path: root/app/models/blob_viewer/notebook.rb
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-08-03 00:15:25 -0700
committergfyoung <gfyoung17@gmail.com>2018-08-03 01:44:16 -0700
commit388cb319d59e4c5e7cf5b3032d924afb57202fd0 (patch)
tree671b6ba52a90837f0b71fba9a16f8f8003b85989 /app/models/blob_viewer/notebook.rb
parent5b663ddf4c0da4f8f2aa0a48809cda9757042e64 (diff)
downloadgitlab-ce-388cb319d59e4c5e7cf5b3032d924afb57202fd0.tar.gz
Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-more
Partially addresses #47424.
Diffstat (limited to 'app/models/blob_viewer/notebook.rb')
-rw-r--r--app/models/blob_viewer/notebook.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/blob_viewer/notebook.rb b/app/models/blob_viewer/notebook.rb
index e00b47e6c17..57d6d802db3 100644
--- a/app/models/blob_viewer/notebook.rb
+++ b/app/models/blob_viewer/notebook.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module BlobViewer
class Notebook < Base
include Rich