Class: RestrictedAreaController

Inherits:
Object
  • Object
show all
Includes:
Pundit::Authorization
Defined in:
app/controllers/restricted_area_controller.rb

Direct Known Subclasses

BaseEditingController

Instance Method Summary collapse

Instance Method Details

#indexObject

:nocov: Essendo un placeholder per after_action andiamo a non doverlo coprire con il coverage, se viene richiamato fallisce.



12
13
14
# File 'app/controllers/restricted_area_controller.rb', line 12

def index
  raise "NOT implemented"
end