lib/onebox/engine.rb in onebox-2.2.12 vs lib/onebox/engine.rb in onebox-2.2.13

- old
+ new

@@ -134,10 +134,10 @@ def always_https @https = true end def always_https? - @https + defined?(@https) ? @https : false end end end end