method
macaddr
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::ColumnMethods
macaddr(name, options = {})public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb, line 55
def macaddr(name, options = {})
column(name, :macaddr, options)
end