Skip to content

Instantly share code, notes, and snippets.

@robinroestenburg
robinroestenburg / gist:693341f75c4f28904d7e
Created June 20, 2014 13:27
Reproduction script: Wrong class using reflection on polymorphic belongs_to association
unless File.exist?('Gemfile')
File.write('Gemfile', <<-GEMFILE)
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
gem 'arel', github: 'rails/arel'
gem 'sqlite3'
GEMFILE
system 'bundle'
end