We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24f12e commit fcdfee6Copy full SHA for fcdfee6
lib/view_component/base.rb
@@ -51,10 +51,6 @@ def config
51
# For Content Security Policy nonces
52
delegate :content_security_policy_nonce, to: :helpers
53
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
-
58
attr_accessor :__vc_original_view_context
59
60
# Components render in their own view context. Helpers and other functionality
0 commit comments