Class: NetworkExecutive::GuideController

Inherits:
ApplicationController show all
Defined in:
app/controllers/network_executive/guide_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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