Methods

RedminePluginSupport::EnvironmentTask

Public Instance Methods

define() click to toggle source
# File lib/redmine_plugin_support/environment_task.rb, line 3
def define
  task :environment do
    require(File.join(RedmineHelper.redmine_root + '/config', 'environment'))
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.