Class: Msip::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Msip::ApplicationController
- Defined in:
- app/controllers/msip/application_controller.rb
Direct Known Subclasses
AnexosController, EtiquetasPersonaController, GruposperController, HogarController, ModelosController, OrgsocialPersonasController, PersonaTrelacionesController, Respaldo7zController, UbicacionesController
Instance Method Summary collapse
-
#current_ability ⇒ Object
AplicaciĆ³n final debe hacer algo como: protect_from_forgery with: :exception.
Instance Method Details
#current_ability ⇒ Object
AplicaciĆ³n final debe hacer algo como: protect_from_forgery with: :exception
21 22 23 |
# File 'app/controllers/msip/application_controller.rb', line 21 def current_ability @current_ability ||= ::Ability.new(current_usuario) end |