class ActionView::Base
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.