app/models/landable/traffic/http_method.rb in landable-1.9.0.rc2 vs app/models/landable/traffic/http_method.rb in landable-1.9.0

- old
+ new

@@ -1,10 +1,10 @@ module Landable module Traffic class HTTPMethod < ActiveRecord::Base include Landable::Traffic::TableName - lookup_by :http_method, cache: true, find_or_create: true + lookup_by :http_method, cache: 50, find_or_create: true has_many :page_views end end end