Skip to content
Snippets Groups Projects
Commit 4d293298 authored by Douwe Maan's avatar Douwe Maan Committed by Lin Jen-Shin
Browse files

Merge branch 'rs-fix-already-defined-constant' into 'master'

Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error

See merge request !10664
parent cb858c80
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,9 +2,9 @@
module DiscussionOnDiff
extend ActiveSupport::Concern
 
included do
NUMBER_OF_TRUNCATED_DIFF_LINES = 16
NUMBER_OF_TRUNCATED_DIFF_LINES = 16
 
included do
memoized_values << :active
 
delegate :line_code,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment