Class: ActionView::Base
- Inherits:
-
Object
- Object
- ActionView::Base
- Includes:
- HTMLComponent
- Defined in:
- lib/html-native-rails.rb
Overview
HTMLComponent is included in ActionView::Base to make sure the HTMLComponent methods are available for rendering.
As a note to my future self, restricting HTMLComponent to be specifically included when the view is first rendered might be a better idea, though I don’t quite know how I’d do that right now.