X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Fmodels%2Fprice_estimate.rb;fp=vendor%2Frails%2Factiverecord%2Ftest%2Fmodels%2Fprice_estimate.rb;h=0000000000000000000000000000000000000000;hb=36d9f3351a3b4e8159279445190e2287ffdea86c;hp=ef3bba36a93f527dfed6d12459351d9a098d8f0e;hpb=913cf6054b1d29b5d2f5e620304af7ee77cc1f1f;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/models/price_estimate.rb b/vendor/rails/activerecord/test/models/price_estimate.rb deleted file mode 100644 index ef3bba3..0000000 --- a/vendor/rails/activerecord/test/models/price_estimate.rb +++ /dev/null @@ -1,3 +0,0 @@ -class PriceEstimate < ActiveRecord::Base - belongs_to :estimate_of, :polymorphic => true -end