remnant 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/remnant/base.rb +1 -1
- data/lib/remnant/version.rb +1 -1
- metadata +1 -1
data/lib/remnant/base.rb
CHANGED
@@ -15,7 +15,7 @@ class Remnant
|
|
15
15
|
def collect
|
16
16
|
extra_remnant_key = Remnant::Discover.results.delete(:extra_remnant_key)
|
17
17
|
|
18
|
-
if ::Rails.env.production?
|
18
|
+
if ::Rails.env.production? || ::Rails.env.staging? || ::Rails.env.demo?
|
19
19
|
# send on
|
20
20
|
Remnant::Discover.results.map do |remnant_key, ms|
|
21
21
|
key = [
|
data/lib/remnant/version.rb
CHANGED