X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Fmascot.rb;fp=vendor%2Frails%2Factionpack%2Ftest%2Ffixtures%2Fmascot.rb;h=f9f1448b8f520378d72c77f9862d7593c926ab0e;hb=d115f2e23823271635bad69229a42cd8ac68debe;hp=0000000000000000000000000000000000000000;hpb=37cb670bf3ddde90b214e591f100ed4446469484;p=depot.git diff --git a/vendor/rails/actionpack/test/fixtures/mascot.rb b/vendor/rails/actionpack/test/fixtures/mascot.rb new file mode 100644 index 0000000..f9f1448 --- /dev/null +++ b/vendor/rails/actionpack/test/fixtures/mascot.rb @@ -0,0 +1,3 @@ +class Mascot < ActiveRecord::Base + belongs_to :company +end \ No newline at end of file