Class: RedminePluginSupport::EnvironmentTask

Inherits:
GeneralTask
  • Object
show all
Defined in:
lib/redmine_plugin_support/environment_task.rb

Instance Attribute Summary

Attributes inherited from GeneralTask

#name

Instance Method Summary collapse

Methods inherited from GeneralTask

#initialize

Constructor Details

This class inherits a constructor from RedminePluginSupport::GeneralTask

Instance Method Details

#defineObject



3
4
5
6
7
# 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