Module: Haken::Helpers
- Defined in:
- lib/haken/helpers.rb
Instance Method Summary collapse
Instance Method Details
#load_view_hooks_for(identifier, *args) ⇒ Object
3 4 5 |
# File 'lib/haken/helpers.rb', line 3 def load_view_hooks_for(identifier, *args) Listeners.load_hooks_for(self, identifier, *args).html_safe end |