method
to_hash
rails latest stable - Class:
ActiveRecord::Result
to_hash()public
No documentation available.
# File activerecord/lib/active_record/result.rb, line 68
def to_hash
ActiveSupport::Deprecation.warn( `ActiveRecord::Result#to_hash` has been renamed to `to_a`. `to_hash` is deprecated and will be removed in Rails 6.1..squish)
to_a
end