Module: Atech

Defined in:
lib/atech/helpers.rb,
lib/atech/stats_reporter.rb,
lib/atech/record_identifier.rb,
lib/atech/network_restrictions.rb,
lib/atech/user_agent.rb

Overview

Include this file in your ApplicationHelper to add some standard and useful HTML helpers for your Rails applications.

module ApplicationHelper
  include Atech::Helpers

  ... your own helpers..

end

Defined Under Namespace

Modules: Helpers, NetworkRestrictions, RecordIdentifier Classes: StatsReporter, UserAgent