class ArticleesController < ActionController::Base def index render :text => "Hello !" end end