module ControllerActionHUD::Widget::Helper

Public Instance Methods

controller_action_hud_widget() click to toggle source
# File lib/controller_action_hud/widget.rb, line 34
def controller_action_hud_widget
  html = Widget.css + Widget.html(controller_name, action_name)
  html.respond_to?(:html_safe) ? html.html_safe : html
end