Sha256: e5c3981abf2c1f3cf2b4ba7d53c3a44a26cd9a46b9dbe6a28f19fa289b80bae0
Contents?: true
Size: 222 Bytes
Versions: 8
Compression:
Stored size: 222 Bytes
Contents
module Spree class Tracker < ActiveRecord::Base attr_accessible :analytics_id, :environment, :active def self.current first(:conditions => { :active => true, :environment => Rails.env }) end end end
Version data entries
8 entries across 8 versions & 1 rubygems