Sha256: a7de19bee77c2b7cee21e423491e00a19168f5f375ea0b497731b7c4e88f001b

Contents?: true

Size: 127 Bytes

Versions: 7

Compression:

Stored size: 127 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
http_store-0.3.4 lib/http_store/http_log.rb
http_store-0.3.3 lib/http_store/http_log.rb
http_store-0.3.2 lib/http_store/http_log.rb
http_store-0.3.1 lib/http_store/http_log.rb
http_store-0.3.0 lib/http_store/http_log.rb
http_store-0.2.1 lib/http_store/http_log.rb
http_store-0.2.0 lib/http_store/http_log.rb