Re: [Rails] Booking Engine With Editable Associated Model

2012-01-24 Thread Walter Lee Davis
On Jan 24, 2012, at 1:31 AM, Vladiim wrote: > I'm creating a booking engine for personal trainers to make bookings > with their clients. > > Each booking has_one workout template which in turn has_many > exercises. > > When the personal trainer creates the booking I'd like them to be able > to

[Rails] Booking Engine With Editable Associated Model

2012-01-24 Thread Vladiim
I'm creating a booking engine for personal trainers to make bookings with their clients. Each booking has_one workout template which in turn has_many exercises. When the personal trainer creates the booking I'd like them to be able to edit the associated workout template as a completely fresh ins