demarches/app/controllers/application_controller.rb

8 lines
108 B
Ruby
Raw Normal View History

2024-06-08 17:56:04 +00:00
class ApplicationController < ActionController::Base
2024-06-08 19:14:53 +00:00
def home; end
def apropos; end
def legal; end
2024-06-08 17:56:04 +00:00
end