lib/lena/routing.rb in lena-0.0.2 vs lib/lena/routing.rb in lena-0.1.0

- old
+ new

@@ -3,11 +3,11 @@ # instance +main_app+ or +lena+) that allow calling specific URL helper # methods. module Routing def configuration return { - 'data-lena-destination' => Rails.env.development? ? "local" : "", - 'data-lena-remote-url' => self.report_path, + 'lena-destination' => Rails.env.development? ? "local" : "all", + 'lena-remote-url' => self.report_path, } end end end