Class: StatusCat::StatusController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/status_cat/status_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



9
10
11
# File 'app/controllers/status_cat/status_controller.rb', line 9

def index
  @checkers = StatusCat::Status.all
end