May 26, 2016Brush up Your Knowledge of Rails Associations Rails 5 is coming very soon (it’s currently at RC1), so while preparing for this major version, it is high time to revisit the basics. Today we are going to discuss ActiveRecord associations. Associations make it much easier to perform various operations on the records in your code. There are multiple types of associations available: One-to
