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.



29
30
31
# File 'lib/spare/mysql_abstract_adapter.rb', line 29

def param_type
  @param_type
end