1: def index 2: @stickies = Sticky.find(:all) 3: 4: respond_to do |format| 5: format.html # index.rhtml 6: format.xml { render :xml => @stickies.to_xml } 7: end 8: end