driftrock-service 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module Driftrock
|
|
27
27
|
def self.init
|
28
28
|
config = new
|
29
29
|
yield(config)
|
30
|
-
config.base_url.gsub(/\/$/, "")
|
30
|
+
config.base_url.gsub(/\/$/, "") if config.base_url
|
31
31
|
if Rails && config.app_id
|
32
32
|
Rails.application.routes.prepend do
|
33
33
|
get 'driftrock_app_status' => 'application#driftrock_app_status'
|