Sha256: 3e0301857a2c66875f090589a38b6b3e739787ded351f2db20c4bbc0ba73f472

Contents?: true

Size: 280 Bytes

Versions: 44

Compression:

Stored size: 280 Bytes

Contents

module HttpStore
  class HttpLog < ActiveRecord::Base
    belongs_to :requestable, polymorphic: true, optional: true

    has_many :sons, class_name: 'HttpStore::HttpLog', foreign_key: 'parent_id'
    belongs_to :parent, class_name: 'HttpStore::HttpLog', optional: true
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
http_store-0.6.19 lib/http_store/http_log.rb
http_store-0.6.18 lib/http_store/http_log.rb
http_store-0.6.17 lib/http_store/http_log.rb
http_store-0.6.16 lib/http_store/http_log.rb
http_store-0.6.15 lib/http_store/http_log.rb
http_store-0.6.14 lib/http_store/http_log.rb
http_store-0.6.13 lib/http_store/http_log.rb
http_store-0.6.12 lib/http_store/http_log.rb
http_store-0.6.10 lib/http_store/http_log.rb
http_store-0.6.9 lib/http_store/http_log.rb
http_store-0.6.8 lib/http_store/http_log.rb
http_store-0.6.7 lib/http_store/http_log.rb
http_store-0.6.6 lib/http_store/http_log.rb
http_store-0.6.5 lib/http_store/http_log.rb
http_store-0.6.4 lib/http_store/http_log.rb
http_store-0.6.3 lib/http_store/http_log.rb
http_store-0.6.2 lib/http_store/http_log.rb
http_store-0.6.1 lib/http_store/http_log.rb
http_store-0.6.0 lib/http_store/http_log.rb
http_store-0.5.6 lib/http_store/http_log.rb