module ActiveRecord::PgJsonExtension

Public Instance Methods

to_pg_json() click to toggle source
# File lib/pg_flash_json/pg_json_extension.rb, line 6
def to_pg_json
  PGJsonBuilder.new(self).json
end