2
Rails 4'te has_many: through: uniq kullanılırken kullanımdan kaldırma uyarısı
Rails 4, has_many: through ile: uniq => true kullanılırken bir kullanımdan kaldırma uyarısı getirdi. Örneğin: has_many :donors, :through => :donations, :uniq => true Aşağıdaki uyarıyı verir: DEPRECATION WARNING: The following options in your Goal.has_many :donors declaration are deprecated: :uniq. Please use a scope block instead. For example, the following: has_many …