Class: Redmine::Installer::Step::DatabaseConfig

Inherits:
Base
  • Object
show all
Includes:
Helper::GenerateConfig
Defined in:
lib/redmine-installer/steps/database_config.rb

Instance Attribute Summary

Attributes inherited from Base

#base, #index, #ran

Instance Method Summary collapse

Methods included from Helper::GenerateConfig

#create_for

Methods inherited from Base

#down, #final_step, #initialize, #load, #print_footer, #print_header, #print_title, #redmine_plugins, #save

Methods included from Utils

included

Constructor Details

This class inherits a constructor from Redmine::Installer::Step::Base

Instance Method Details

#upObject



6
7
8
9
10
11
12
# File 'lib/redmine-installer/steps/database_config.rb', line 6

def up
  if create_for(plugin::Database)
    # continue
  else
    base.settings[:skip_migration] = true
  end
end