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

- old
+ new

@@ -1,8 +1,8 @@ module Landable module Traffic class City < ActiveRecord::Base - include Landable::Traffic::TableName + include Landable::TableName lookup_by :city, cache: 50, find_or_create: true has_many :locations end