Search Results

2
votes

Multi page forms in Rails

For overall design, you might want to look into the concept of a Presenter layer (Jay Fields defines it in his blog entry …
3
votes

Using Rails models with accepts_nested_attributes_for

I was playing around with accepts_nested_attributes_for yesterday when trying to figure out …