Class: BugHunter::App

Inherits:
Sinatra::Base
  • Object
show all
Includes:
RoutesHelper, UiHelper
Defined in:
lib/bug_hunter/app.rb

Instance Method Summary collapse

Methods included from RoutesHelper

#error_path, #root_path

Methods included from UiHelper

#content, #content_for, #content_tag, #list_view, #title

Constructor Details

#initialize(*args) ⇒ App

Returns a new instance of App.



12
13
14
15
# File 'lib/bug_hunter/app.rb', line 12

def initialize(*args)
  BugHunter.connect
  super(*args)
end