Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error
This commit is contained in:
parent
1585eaf64b
commit
58cd4c48e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
delegate :line_code,
|
||||
:original_line_code,
|
||||
:diff_file,
|
||||
|
|
Loading…
Reference in a new issue