You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include InlineTemplate by default in Base
* handle uninitialized ivar
* do not worry about coverage of codestats rake task
* Update docs/guide/templates.md
Copy file name to clipboardExpand all lines: docs/guide/templates.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,10 @@ _**Note**: `call_*` methods must be public._
87
87
Since 3.0.0
88
88
{: .label }
89
89
90
-
To define a template inside a component, include the experimental `ViewComponent::InlineTemplate` module and call the `.TEMPLATE_HANDLER_template` macro:
90
+
To define a template inside a component, call the `.TEMPLATE_HANDLER_template` macro:
0 commit comments