UsageModel class Node < ActiveRecord::Base endController class NodeController < ApplicationController include CrudActions endViewsSee example views in example/app/views/node. app/views/node/new.rhtml Should contain a form that submits to :action => 'create' app/views/node/show.rhtml app/views/node/edit.rhtml Should contain a form that submits to :action => 'update' app/views/node/list.rhtml