app/models/landable/traffic/http_method.rb in landable-1.9.2 vs app/models/landable/traffic/http_method.rb in landable-1.10.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
module Landable
module Traffic
class HTTPMethod < ActiveRecord::Base
- include Landable::Traffic::TableName
+ include Landable::TableName
lookup_by :http_method, cache: 50, find_or_create: true
has_many :page_views
end