Method: ActiveRecord::ConnectionAdapters::PostgreSQL::Name#to_s

Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/utils.rb

#to_sObject



18
19
20
# File 'activerecord/lib/active_record/connection_adapters/postgresql/utils.rb', line 18

def to_s
  parts.join SEPARATOR
end