class TwitsController < ApplicationController # GET /twits # GET /twits.xml def index @twits = Twit.find(:all, :order => 'created_at desc') @twit = Twit.new ......