Method: EasyMvc::Mapper#get_columns

Defined in:
lib/easymvc/mapper.rb

#get_columnsObject



38
39
40
41
42
# File 'lib/easymvc/mapper.rb', line 38

def get_columns
  column = @@mapping.keys
  column.delete(:id)
  column.join(",")
end