Class: ActiveRecord::ConnectionAdapters::AbstractAdapter
- Defined in:
- lib/card/active_record_ext.rb
Instance Method Summary collapse
Instance Method Details
#cast_types ⇒ Object
9 10 11 |
# File 'lib/card/active_record_ext.rb', line 9 def cast_types native_database_types.merge custom_cast_types end |
#custom_cast_types ⇒ Object
13 14 15 |
# File 'lib/card/active_record_ext.rb', line 13 def custom_cast_types {} end |
#match(_string) ⇒ Object
5 6 7 |
# File 'lib/card/active_record_ext.rb', line 5 def match _string raise 'match not implemented' end |