Skip to content

Commit fcdfee6

Browse files
committed
clean up stuf added in last rebase
1 parent d24f12e commit fcdfee6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/view_component/base.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ def config
5151
# For Content Security Policy nonces
5252
delegate :content_security_policy_nonce, to: :helpers
5353

54-
# Config option that strips trailing whitespace in templates before compiling them.
55-
class_attribute :__vc_strip_trailing_whitespace, instance_accessor: false, instance_predicate: false
56-
self.__vc_strip_trailing_whitespace = false # class_attribute:default doesn't work until Rails 5.2
57-
5854
attr_accessor :__vc_original_view_context
5955

6056
# Components render in their own view context. Helpers and other functionality

0 commit comments

Comments
 (0)