Classy Inheritance: Release 0.3.0
Added :prefix option to depends_on to prevent attribute naming collision.
- Add: :prefix parameter to depends_on call. So if you have User.depends_on(:profile, :attrs => [:first_name], :prefix => true), your user model will have @user.profile_first_name. This is to avoid name collisions with requisite classes.
Comments