lib/domoscio_rails.rb in domoscio_rails-0.0.5 vs lib/domoscio_rails.rb in domoscio_rails-0.0.6

- old
+ new

@@ -32,10 +32,10 @@ def preproduction @preproduction || false end def root_url - @root_url || (@preproduction == true ? "http://stats-engine.domoscio.com/" : "http://localhost:3000/") + @root_url || (@preproduction == true ? "http://stats-engine.domoscio.com" : "http://localhost:3000/") end end class << self attr_accessor :configuration