lib/lighthouse/lighthouse-api.rb in ticketmaster-lighthouse-0.3.6 vs lib/lighthouse/lighthouse-api.rb in ticketmaster-lighthouse-0.3.7

- old
+ new

@@ -82,10 +82,10 @@ end end self.host_format = '%s://%s%s' self.domain_format = '%s.lighthouseapp.com' - self.protocol = 'https' + self.protocol = 'http' self.port = '' class Base < ActiveResource::Base def self.inherited(base) LighthouseAPI.resources << base