demarches-normaliennes/app/controllers/manager/bill_signatures_controller.rb

7 lines
122 B
Ruby
Raw Normal View History

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