Sha256: eb93bfcb5a9e26275f2a2d87fec4e3f168bde107edc7e4a38a7b9fc210d8c5e4

Contents?: true

Size: 182 Bytes

Versions: 8

Compression:

Stored size: 182 Bytes

Contents

module Landable
  module Traffic
    class Owner < ActiveRecord::Base
      include Landable::Traffic::TableName

      has_many :ownerships
      has_many :visits
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
landable-1.9.2 app/models/landable/traffic/owner.rb
landable-1.9.1 app/models/landable/traffic/owner.rb
landable-1.9.0 app/models/landable/traffic/owner.rb
landable-1.9.0.rc2 app/models/landable/traffic/owner.rb
landable-1.9.0.rc1 app/models/landable/traffic/owner.rb
landable-1.8.0 app/models/landable/traffic/owner.rb
landable-1.7.1.rc1 app/models/landable/traffic/owner.rb
landable-1.7.0 app/models/landable/traffic/owner.rb