appease the rdoc.info godz

This commit is contained in:
Brian Lopez 2010-08-24 20:59:17 -07:00
parent 3b2e7602a0
commit 10222fb455
1 changed files with 3 additions and 3 deletions

View File

@ -89,15 +89,15 @@ or
=== Array of Arrays
Pass the {:as => :array} option to any of the above methods of configuration
Pass the :as => :array option to any of the above methods of configuration
=== Array of Hashes
The default result type is set to :hash, but you can override a previous setting to something else with {:as => :hash}
The default result type is set to :hash, but you can override a previous setting to something else with :as => :hash
=== Others...
I may add support for {:as => :csv} or even {:as => :json} to allow for *much* more efficient generation of those data types from result sets.
I may add support for :as => :csv or even :as => :json to allow for *much* more efficient generation of those data types from result sets.
If you'd like to see either of these (or others), open an issue and start bugging me about it ;)
== Timezones