Class: ArticleesController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/app/controllers/articles_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'lib/app/controllers/articles_controller.rb', line 3

def index
  render :text => "Hello !"  
end