From: "Achim Domma (SyynX Solutions GmbH)" Date: 2005-10-24T16:52:01+09:00 Subject: Newby syntax question Hi, I try to learn Rails and Ruby in parallel. I've read in 'Programing Ruby' about methods, objects, ... but now I have a question. Here's the code snippet from 'Rolling with Ruby ...': class RecipeController < ApplicationController scaffold :recipe end What exactly is 'scaffold' in this case? A class method of ApplicationController? Does this method manipulate the RecipeController class somehow? Or am I on the complete wrong way? regards, Achim