Class: QuoteTableNamePatch
- Inherits:
-
Object
- Object
- QuoteTableNamePatch
- Defined in:
- lib/xteam_schedule/facilitation/qtn_patch.rb
Overview
Fixes dynamic find by method attempting to use the connection on ActiveRecord::Base in activerecord versions 3.1.0 to 3.2.2 when it should be respecting the connection on its subclass
Class Method Summary collapse
Class Method Details
.quote_table_name(name) ⇒ Object
5 6 7 |
# File 'lib/xteam_schedule/facilitation/qtn_patch.rb', line 5 def self.quote_table_name(name) name end |