Class: CompositePrimaryKeys::CompositeKeys

Inherits:
Array
  • Object
show all
Defined in:
lib/composite_primary_keys/composite_arrays.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



16
17
18
19
# File 'lib/composite_primary_keys/composite_arrays.rb', line 16

def to_s
  # Doing this makes it easier to parse Base#[](attr_name)

  join(ID_SEP)
end