demarches-normaliennes/app/controllers/manager/bill_signatures_controller.rb
2024-08-22 09:26:48 +02:00

6 lines
122 B
Ruby

# frozen_string_literal: true
module Manager
class BillSignaturesController < Manager::ApplicationController
end
end