method

firebird_db_string

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.

firebird_db_string(config)
private

No documentation available.

# File activerecord/lib/active_record/tasks/firebird_database_tasks.rb, line 47
      def firebird_db_string(config)
        FireRuby::Database.db_string_for(config.symbolize_keys)
      end