Class: NetworkExecutive::GuideController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- NetworkExecutive::GuideController
- Defined in:
- app/controllers/network_executive/guide_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 9 10 11 12 13 14 |
# File 'app/controllers/network_executive/guide_controller.rb', line 8 def index if stale_cache? self.class.index_cached = true @guide = Guide.new end end |