lib/lena/routing.rb in lena-0.0.1 vs lib/lena/routing.rb in lena-0.0.2
- old
+ new
@@ -4,10 +4,10 @@
# methods.
module Routing
def configuration
return {
'data-lena-destination' => Rails.env.development? ? "local" : "",
- 'data-lena-url' => self.submission_path,
+ 'data-lena-remote-url' => self.report_path,
}
end
end
end