Method: Masks::Manage::DevicesController#index

Defined in:
app/controllers/masks/manage/devices_controller.rb

#indexObject



13
14
15
16
# File 'app/controllers/masks/manage/devices_controller.rb', line 13

def index
  @pagy, @devices =
    pagy(Masks.configuration.model(:device).all.order(created_at: :desc))
end