Class: Fastentry::StatsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/fastentry/stats_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/fastentry/stats_controller.rb', line 3

def index
  @number_of_keys = Fastentry.cache.number_of_keys
end