Class: ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::Column

Inherits:
Object
  • Object
show all
Defined in:
lib/spare/mysql_abstract_adapter.rb

Overview

Consider adding the AbstractAdapter::Column when exploring postgres integration

Instance Attribute Summary collapse

Instance Attribute Details

#param_typeObject

Returns the value of attribute param_type.



24
25
26
# File 'lib/spare/mysql_abstract_adapter.rb', line 24

def param_type
  @param_type
end