Sha256: 35fd99600df027a21a57cf8fb6b3bac2e30a1a2cc2d6818cb23ea98c139ad1ab
Contents?: true
Size: 227 Bytes
Versions: 3
Compression:
Stored size: 227 Bytes
Contents
module Landable module Traffic class HTTPMethod < ActiveRecord::Base include Landable::Traffic::TableName lookup_by :http_method, cache: 50, find_or_create: true has_many :page_views end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
landable-1.9.2 | app/models/landable/traffic/http_method.rb |
landable-1.9.1 | app/models/landable/traffic/http_method.rb |
landable-1.9.0 | app/models/landable/traffic/http_method.rb |