does anyone have a good resource for an effective way to store user address details so they can be accessed by multiple models? I found the below article, but its old and may be out of date for rails 4.
http://kconrails.com/2010/10/19/common-addresses-using-polymorphism-and-nested-attributes-in-rails/.
would this method still apply to rails 4 or would I have to add/remove certain pieces, like adding strong params?