7 lines
164 B
Ruby
7 lines
164 B
Ruby
module NewGestionnaire
|
|
class GestionnaireController < ApplicationController
|
|
layout "new_application"
|
|
|
|
before_action :authenticate_gestionnaire!
|
|
end
|
|
end
|