Avoid interfering with AR's belongs_to arguments. by koyo-miyamura · Pull Request #270 · active-hash/active_hash
Background In active_hash v3.1.0, ActiveHash::Associations::ActiveRecordExtensions#belongs_to copies arguments and calls super with no arguments. It doesn't interfere with AR's belongs_to a...