Module: Transponder::ViewHelpers

Defined in:
lib/transponder.rb

Instance Method Summary collapse

Instance Method Details

#xms_event(module_name: nil, action: nil) ⇒ Object



19
20
21
22
23
# File 'lib/transponder.rb', line 19

def xms_event(module_name: nil, action: nil)
  _module = module_name || xms_module_name || 'application'
  _action = action || action_name
  "ujs:#{_module}:#{controller_name}:#{_action}"
end