app/helpers/agilibox/routes_helper.rb in agilibox-1.0.9 vs app/helpers/agilibox/routes_helper.rb in agilibox-1.0.10

- old
+ new

@@ -10,10 +10,10 @@ opts = { :controller => "/#{obj.class.to_s.tableize}", :action => :show, :id => obj.to_param, - :only_path => true + :only_path => true, }.merge(opts) routes.url_for(opts) end end