Commit 58cd4c48 authored by Robert Speicher's avatar Robert Speicher

Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error

parent 1585eaf6
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment