Module: ControllerActionHUD::Widget::Helper
- Defined in:
- lib/controller_action_hud/widget.rb
Instance Method Summary collapse
Instance Method Details
#controller_action_hud_widget ⇒ Object
34 35 36 37 |
# File 'lib/controller_action_hud/widget.rb', line 34 def html = Widget.css + Widget.html(controller_name, action_name) html.respond_to?(:html_safe) ? html.html_safe : html end |