siuying / NanoStoreInMotion

RubyMotion wrapper for NanoStore, a lightweight schema-less key-value document database based on sqlite.
Other
103 stars 24 forks source link

Supporting hashes with string keys in model initializer #18

Closed defvol closed 11 years ago

defvol commented 11 years ago

By translating the hash keys to symbols we could support hashes in the form of { 'foo': 'bar' }