193 194 195 196 197 198 199
# File 'lib/bug_hunter/models.rb', line 193 def self.instance if project = BugHunter::Project.first project else BugHunter::Project.create end end