Class: Fastentry::StatsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Fastentry::StatsController
- Defined in:
- app/controllers/fastentry/stats_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/fastentry/stats_controller.rb', line 3 def index @number_of_keys = Fastentry.cache.number_of_keys end |