class ActiveRecord::Base

Public Instance Methods

to_h() click to toggle source
# File lib/fragmentary/handler.rb, line 28
def to_h
  attributes.symbolize_keys
end