Class: ActiveRecord::XmlSerializer::Attribute
- Inherits:
-
Object
- Object
- ActiveRecord::XmlSerializer::Attribute
- Defined in:
- lib/active_record/connection_adapters/ibm_db_adapter.rb
Instance Method Summary collapse
Instance Method Details
#compute_type ⇒ Object
3697 3698 3699 3700 |
# File 'lib/active_record/connection_adapters/ibm_db_adapter.rb', line 3697 def compute_type type = orig_compute_type { timestamp: :datetime }[type] || type end |
#orig_compute_type ⇒ Object
3696 |
# File 'lib/active_record/connection_adapters/ibm_db_adapter.rb', line 3696 alias_method :orig_compute_type, :compute_type |