app/models/landable/traffic/query_string.rb in landable-1.9.2 vs app/models/landable/traffic/query_string.rb in landable-1.10.0.rc1

- old
+ new

@@ -1,8 +1,8 @@ module Landable module Traffic class QueryString < ActiveRecord::Base - include Landable::Traffic::TableName + include Landable::TableName lookup_by :query_string, cache: 50, find_or_create: true, allow_blank: true has_many :page_views has_many :referers