Sha256: d07c7dfeb2ffbbf5cc184ce523ef580983ac0d158e3d3203ba764222b91512de

Contents?: true

Size: 209 Bytes

Versions: 7

Compression:

Stored size: 209 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
auto_error-0.0.18 app/helpers/auto_error/application_helper.rb
auto_error-0.0.16 app/helpers/auto_error/application_helper.rb
auto_error-0.0.15 app/helpers/auto_error/application_helper.rb
auto_error-0.0.14 app/helpers/auto_error/application_helper.rb
auto_error-0.0.13 app/helpers/auto_error/application_helper.rb
auto_error-0.0.12 app/helpers/auto_error/application_helper.rb
auto_error-0.0.10 app/helpers/auto_error/application_helper.rb