Class: DumpsController

Inherits:
ApplicationController show all
Defined in:
/var/apps/qpixel/app/controllers/dumps_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#dashboard, #keyboard_tools, #upload

Instance Method Details

#indexObject



4
5
6
7
# File '/var/apps/qpixel/app/controllers/dumps_controller.rb', line 4

def index
  @latest = Dump.automatic.last
  @others = Dump.manual
end