Method: MiddlemanMdocs::Controller#refresh

Defined in:
lib/middleman-mdocs/controller.rb

#refreshObject



30
31
32
33
# File 'lib/middleman-mdocs/controller.rb', line 30

def refresh
  @updated = SecureRandom.hex
  @ready = true
end