Method: PortalModule::Rake::DtsTasks#install
- Defined in:
- lib/portal_module/rake/dts_tasks.rb
#install ⇒ Object
152 153 154 155 156 157 158 159 160 161 |
# File 'lib/portal_module/rake/dts_tasks.rb', line 152 def install PortalModule.configuration.credentials.keys.each do |e| valid_actions.each do |action| PortalModule::Rake::DtsTasks.new("pm:#{e}:dts:#{action}", "#{action} a #{e} DTS configuration") do |t| t.env = e t.action = action end end end end |