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