Module: TheTracker::ViewHelpers
- Defined in:
- lib/the_tracker/view_helpers.rb
Instance Method Summary collapse
Instance Method Details
#body_bottom_tracking_code ⇒ Object
11 12 13 |
# File 'lib/the_tracker/view_helpers.rb', line 11 def body_bottom_tracking_code TheTracker::Tracker.instance.body_bottom end |
#body_top_tracking_code ⇒ Object
7 8 9 |
# File 'lib/the_tracker/view_helpers.rb', line 7 def body_top_tracking_code TheTracker::Tracker.instance.body_top end |
#header_tracking_code ⇒ Object
3 4 5 |
# File 'lib/the_tracker/view_helpers.rb', line 3 def header_tracking_code TheTracker::Tracker.instance.header end |