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

- old
+ new

@@ -1,8 +1,8 @@ module Landable module Traffic class Source < ActiveRecord::Base - include Landable::Traffic::TableName + include Landable::TableName lookup_by :source, cache: 50, find_or_create: true has_many :attributions end