method
structure_load_flags_for
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Tasks::DatabaseTasks
structure_load_flags_for(adapter)private
No documentation available.
# 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