Hi Sean, > ... and the fact that the array was made up of symbols while the hash used > string keys).
I don't recall the contract being that options hash be provided String keys. Are you providing those directly to the DataMapper.setup method or reading them from a configuration file somewhere? In either case I think you probably want to symbolize the keys if they're strings before handing the options off to DM. -- Dan -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
