# POST /twits # POST /twits.xml def create @twit = Twit.new(params[:twit]) @twit.user_id = current_user.id .........