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.5.5 lib/http_store/http_log.rb
http_store-0.5.3 lib/http_store/http_log.rb
http_store-0.5.2 lib/http_store/http_log.rb
http_store-0.5.1 lib/http_store/http_log.rb
http_store-0.5.0 lib/http_store/http_log.rb
http_store-0.3.27 lib/http_store/http_log.rb
http_store-0.3.26 lib/http_store/http_log.rb
http_store-0.3.25 lib/http_store/http_log.rb
http_store-0.3.24 lib/http_store/http_log.rb
http_store-0.3.23 lib/http_store/http_log.rb
http_store-0.3.22 lib/http_store/http_log.rb
http_store-0.3.21 lib/http_store/http_log.rb
http_store-0.3.20 lib/http_store/http_log.rb
http_store-0.3.19 lib/http_store/http_log.rb
http_store-0.3.18 lib/http_store/http_log.rb
http_store-0.3.17 lib/http_store/http_log.rb
http_store-0.3.16 lib/http_store/http_log.rb
http_store-0.3.15 lib/http_store/http_log.rb
http_store-0.3.14 lib/http_store/http_log.rb
http_store-0.3.13 lib/http_store/http_log.rb