method

structure_load

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.

structure_load(filename)
public

No documentation available.

# File activerecord/lib/active_record/tasks/firebird_database_tasks.rb, line 34
      def structure_load(filename)
        set_firebird_env(configuration)
        db_string = firebird_db_string(configuration)
        Kernel.system "isql -i #{filename} #{db_string}"
      end