module ActionComponent::ActionViewRendering
Public Instance Methods
render_component(component_class, opts = {})
click to toggle source
# File lib/action_component/action_view_rendering.rb, line 3 def render_component(component_class, opts = {}) component_class.render(self, opts) end