class ActiveRecord::Base

Public Instance Methods

to_h() click to toggle source
# File lib/molten_core/active_record/base.rb, line 3
def to_h
  attributes.symbolize_keys
end