Method: PostRunner::FitFileStore#show_list_in_browser

Defined in:
lib/postrunner/FitFileStore.rb

#show_list_in_browserObject

Show the activity list in a web browser.



338
339
340
341
342
# File 'lib/postrunner/FitFileStore.rb', line 338

def show_list_in_browser
  generate_html_index_pages
  @store['records'].generate_html_reports
  show_in_browser(File.join(@store['config']['html_dir'], 'index.html'))
end