Class: SolidObserver::StoragesController

Inherits:
ApplicationController show all
Includes:
RequirePersistenceMode
Defined in:
app/controllers/solid_observer/storages_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

runtime_db_errors

Instance Method Details

#showObject



7
8
9
10
# File 'app/controllers/solid_observer/storages_controller.rb', line 7

def show
  @storage_components = SolidObserver::Services::StorageInfoSnapshot.call
  @storage_history = SolidObserver::StorageInfo.recent(20)
end