Hello, I've just finished reading the Pragmatic Programmer book on Rails. It demonstrates several ways to handle add/edit modes for forms. The approach similar to scaffolds and then an action that posts back to itself, branching on get and post. Is one better than the other? Are they mixed and matched within the same application? Thanks, Dan