Class: Api::V2::DlmlockEventsController

Inherits:
V2::BaseController
  • Object
show all
Includes:
Api::Version2
Defined in:
app/controllers/api/v2/dlmlock_events_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



13
14
15
# File 'app/controllers/api/v2/dlmlock_events_controller.rb', line 13

def index
  @events = resource_scope_for_index
end

#resource_classObject



17
18
19
# File 'app/controllers/api/v2/dlmlock_events_controller.rb', line 17

def resource_class
  ForemanDlm::DlmlockEvent
end