fix typo
This commit is contained in:
parent
074885cca1
commit
9756a3f410
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue