Rails Habtm with a field?

No it is not possible Use has_many foo though bar.

No it is not possible. Use has_many foo though bar.

If you want a comparison between habtm and has_many :through this is the right place to start1. The blog has many other articles on has_many :through which I encourage you to dig into. Basically clyfe is right and I don't understand why you would prefer habtm when it's not created with the scope you are trying to achieve.

Switch to has_many :through and you'll be amazed at how flexible it is once you get to know how it works. 1: blog.hasmanythrough. Com/2006/2/28/association-goodness – tommasop May 27 '10 at 8:06 Thank you for this answer.

I think I will use has_many :through :( – moshimoshi May 28 '10 at 19:24.

I saw timestamps works well, thanks to ActiveRecord. Is that possible?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions