Sha256: bdd49929f20f9bdbec130c2e67e37692b08e8eed537a6497da6c45fb0d3c050f
Contents?: true
Size: 229 Bytes
Versions: 5
Compression:
Stored size: 229 Bytes
Contents
module Landable module Traffic class HTTPMethod < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :http_method, cache: true, find_or_create: true has_many :page_views end end end
Version data entries
5 entries across 5 versions & 1 rubygems