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