method
collation_current
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Tasks::DatabaseTasks
collation_current(environment = env, specification_name = spec)public
No documentation available.
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 281
def collation_current(environment = env, specification_name = spec)
collation ActiveRecord::Base.configurations.configs_for(env_name: environment, spec_name: specification_name).config
end