##// END OF EJS Templates
replace RAILS_ROOT to Rails.root at lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb....
Toshi MARUYAMA -
r5972:37dc9aeac2f8
parent child
Show More
@@ -14,7 +14,7 class RedminePluginControllerGenerator < ControllerGenerator
14 14 end
15 15
16 16 def destination_root
17 File.join(RAILS_ROOT, plugin_path)
17 File.join(Rails.root, plugin_path)
18 18 end
19 19
20 20 def manifest
General Comments 0
You need to be logged in to leave comments. Login now