mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 06:35:55 +02:00
Merged r6098 from trunk.
Added Project#enable_module! and Project#disable_module! git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@6104 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -14,7 +14,7 @@ class RedminePluginControllerGenerator < ControllerGenerator
|
||||
end
|
||||
|
||||
def destination_root
|
||||
File.join(RAILS_ROOT, plugin_path)
|
||||
File.join(Rails.root, plugin_path)
|
||||
end
|
||||
|
||||
def manifest
|
||||
|
||||
@@ -14,7 +14,7 @@ class RedminePluginModelGenerator < ModelGenerator
|
||||
end
|
||||
|
||||
def destination_root
|
||||
File.join(RAILS_ROOT, plugin_path)
|
||||
File.join(Rails.root, plugin_path)
|
||||
end
|
||||
|
||||
def manifest
|
||||
|
||||
Reference in New Issue
Block a user