method

set_firebird_env

rails latest stable - Class: ActiveRecord::Tasks::FirebirdDatabaseTasks

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

set_firebird_env(config)
private

No documentation available.

# File activerecord/lib/active_record/tasks/firebird_database_tasks.rb, line 42
      def set_firebird_env(config)
        ENV['ISC_USER']     = config['username'].to_s if config['username']
        ENV['ISC_PASSWORD'] = config['password'].to_s if config['password']
      end