class TwitsController < ApplicationController # GET /twits # GET /twits.xml def index @twits = Twit.find(:all) @twit = Twit.new ....