Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/react_on_rails/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require "active_support"
require "active_support/core_ext/string"

# rubocop:disable Metrics/ModuleLength
module ReactOnRails
module Utils
TRUNCATION_FILLER = "\n... TRUNCATED #{
Expand Down Expand Up @@ -276,3 +277,4 @@ def self.default_troubleshooting_section
end
end
end
# rubocop:enable Metrics/ModuleLength
Loading