Method: EasyMvc::Mapper#get_columns
- Defined in:
- lib/easymvc/mapper.rb
#get_columns ⇒ Object
38 39 40 41 42 |
# File 'lib/easymvc/mapper.rb', line 38 def get_columns column = @@mapping.keys column.delete(:id) column.join(",") end |