Displaying 1 result from an estimated 1 matches for "page_part".
Did you mean:
page_parts
2006 Oct 03
0
WebObjects-style Object Cache
Hey Guys,
Here''s the scenario:
I have a model Page and every page has multiple page_parts. So,
there''s a form for editing a Page and all of it''s parts and when you
submit the form all of your changes are saved. There''s an action that
handles the post that saves the page and all the parts.
def handle_post
if request.post?
@page.attributes...