Module: ActionLogsHelper

Defined in:
app/helpers/action_logs_helper.rb

Instance Method Summary collapse

Instance Method Details

#log_action(action, source, attrs = {}) ⇒ Object



2
3
4
# File 'app/helpers/action_logs_helper.rb', line 2

def log_action action, source, attrs = {}
  ActionLogger.log action, source, attrs
end