method
encode_with
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::Column
encode_with(coder)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/column.rb, line 32
def encode_with(coder)
coder["serial"] = @serial
super
end