demarches/app/controllers/application_controller.rb
2024-06-08 21:14:53 +02:00

7 lines
108 B
Ruby

class ApplicationController < ActionController::Base
def home; end
def apropos; end
def legal; end
end