Anyone have thoughts on the best way to make a belongs_to association write-once? i.e. prevent it from being overwritten/replaced once it’s been set?
Doesn't look like ActiveRecord has anything specific. My current thinking is a before filter that complains if the id is changed