Class: ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::Column
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::Column
- Defined in:
- lib/spare/mysql_abstract_adapter.rb
Overview
Consider adding the AbstractAdapter::Column when exploring postgres integration
Instance Attribute Summary collapse
-
#param_type ⇒ Object
Returns the value of attribute param_type.
Instance Attribute Details
#param_type ⇒ Object
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 |