5 lines
134 B
Ruby
5 lines
134 B
Ruby
module NewGestionnaire
|
|
class GestionnaireController < ApplicationController
|
|
before_action :authenticate_gestionnaire!
|
|
end
|
|
end
|