Module: AutoError::ApplicationHelper

Included in:
ApplicationController
Defined in:
app/helpers/auto_error/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#auto_error_js_namespaceObject



3
4
5
# File 'app/helpers/auto_error/application_helper.rb', line 3

def auto_error_js_namespace
  javascript_tag "window.AutoErrorApp = {};"
end

#auto_error_void_pathObject



7
8
9
# File 'app/helpers/auto_error/application_helper.rb', line 7

def auto_error_void_path
  'javascript:void(0);'
end