Skip to content

v3.2.1

Compare
Choose a tag to compare
@flavorjones flavorjones released this 12 Oct 17:43
· 77 commits to master since this release
48ac064

Version 3.2.1

Added

Fixed

  • Fix relation matching when attribute name collides with a method. #281 @flavorjones
  • Fix association reflection in applications that don't use ActiveHash::Associations. #286 @iberianpig
  • Fix ActiveHash::Relation#method_missing and #respond_to_missing? without scopes. #278 @julianrubisch