Class: Spree::Gtm
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::Gtm
- Defined in:
- app/models/spree/gtm.rb
Class Method Summary collapse
Class Method Details
.activated? ⇒ Boolean
4 5 6 |
# File 'app/models/spree/gtm.rb', line 4 def self.activated? first.present? end |
.gtm_accountid ⇒ Object
8 9 10 |
# File 'app/models/spree/gtm.rb', line 8 def self.gtm_accountid first.gtm_accountid end |