Module: GoogleAnalyticsMailer::GoogleAnalytics
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/google_analytics_mailer.rb
Overview
This module provides methods to deal with parameter merging and similar stuff
Instance Method Summary collapse
-
#computed_analytics_params ⇒ Hash
This method return the actual parameters to use when building links.
Instance Method Details
#computed_analytics_params ⇒ Hash
This method return the actual parameters to use when building links
41 42 43 |
# File 'lib/google_analytics_mailer.rb', line 41 def computed_analytics_params @_computed_ga_params ||= self.class.google_analytics_class_params.merge(@_ga_instance_params || {}) end |