Patches: Browse | Submit New | Admin
As reported in bug report #4689 :through option is not correctly handle by RAV, this patch ignore has_many when using :through. Then when using a has_one relation the class name is already singular (calling singularize on it causes some unwanted behaviour, ex : address => addres), so this patch handle the case.
Add A Comment: