Я не знаю, возможно ли это, поэтому я подумал, что спросить.
1. Give a model some virtual attributes
2. Assign values to the model and the virtual attributes
3. Save the model
4. Use a callback after_save to create a different object with the virtual attributes.
Можно ли это сделать в Rails 3?