Module: FreshConnection::ConnectionSpecification::Rails60

Defined in:
lib/fresh_connection/connection_specification/rails_60.rb

Instance Method Summary collapse

Instance Method Details

#specObject



6
7
8
# File 'lib/fresh_connection/connection_specification/rails_60.rb', line 6

def spec
  ActiveRecord::ConnectionAdapters::ConnectionSpecification::Resolver.new(config_with_spec_name).spec(@spec_name.to_sym)
end