method

structure_load_flags_for

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: DatabaseTasks
structure_load_flags_for(adapter) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 596
        def structure_load_flags_for(adapter)
          if structure_load_flags.is_a?(Hash)
            structure_load_flags[adapter.to_sym]
          else
            structure_load_flags
          end
        end
Register or log in to add new notes.