This commit is contained in:
Brian Lopez 2010-08-02 01:43:25 -07:00
parent 074885cca1
commit 9756a3f410
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ or
# this will change the defaults for all future results returned by the #query method _for this connection only_
c = Mysql2::Client.new
c.query_options.merge(:symbolize_keys => true)
c.query_options.merge!(:symbolize_keys => true)
or