31-08-2011, 10:20 PM
Pour les pages statiques, normalement t'es même plus obliger de les créer dans un controlleur ^^
Par exemple, si dans ton fichier routes tu as :
Par exemple, si dans ton fichier routes tu as :
# routes.rb
match "Accueil", to: "application#home", via: :get, as: "home"
# controllers/application_controller.rb
class ApplicationController < BLABLA
end
# views/application/home.html.haml
%h1 Hello world
% Simple static page
Quand tu iras sur http://0.0.0.0:3000/Accueil, il affichera la vue home.html.haml