Skip to content

Commit

Permalink
Completa solicitudes simplificadas
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 4, 2024
1 parent 2522c75 commit 7abd416
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/controllers/sivel2_gen/caso_solicitudes_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
require 'sivel2_gen/concerns/controllers/caso_solicitudes_controller'

module Sivel2Gen
class CasoSolicitudesController < ApplicationController
load_and_authorize_resource class: Sivel2Gen::CasoSolicitud
include Sivel2Gen::Concerns::Controllers::CasoSolicitudesController

def solicitud_simplificada
true
end

end
end

0 comments on commit 7abd416

Please sign in to comment.