summaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-12-22 12:58:04 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-12-22 12:58:04 +0000
commitb8b358a85fdab392f707b5da73da151728cd8441 (patch)
tree8e36bb37b0294310b5f745fc1549baeb062e7215 /app/helpers
parent90d3bb28b220ed413294f2bd65f498f69b404a1f (diff)
downloadredmine-b8b358a85fdab392f707b5da73da151728cd8441.tar.gz
redmine-b8b358a85fdab392f707b5da73da151728cd8441.zip
Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at ApplicationHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@12441 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index fac002565..62308a373 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -1179,7 +1179,7 @@ module ApplicationHelper
source
end
end
- super sources, options
+ super *sources, options
end
# Overrides Rails' image_tag with themes and plugins support.
@@ -1212,7 +1212,7 @@ module ApplicationHelper
end
end
end
- super sources, options
+ super *sources, options
end
# TODO: remove this in 2.5.0