Class: Stenographer::AdminController

Inherits:
ApplicationController show all
Defined in:
app/controllers/stenographer/admin_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
10
11
12
# File 'app/controllers/stenographer/admin_controller.rb', line 7

def index
  @change_count = Change.count
  @authentication_count = Authentication.count
  @output_count = Output.count
  @link_count = Link.count
end