Displaying 1 result from an estimated 1 matches for "albumtracks".
Did you mean:
albumtrack
2007 Jun 07
0
has_many before saving record
I am currently creating a small app that can be simplified as follows:
An Album that has_many AlbumTracks
An AlbumTrack that belongs_to an Album
The user will create a new album - that is - not currently saved in
the database.
They will then add tracks to the album with an inline form that will
update the existing display, appending the track to the list of
tracks.
It is important that the Album reco...