Method: Sequel::Plugins::ColumnConflicts::ClassMethods#get_column_conflicts
- Defined in:
- lib/sequel/plugins/column_conflicts.rb
#get_column_conflicts ⇒ Object (readonly)
Hash for columns where the getter method already exists. keys are column symbols/strings that conflict with method names and should be looked up directly instead of calling a method, values are the column symbol to lookup in the values hash.
53 54 55 |
# File 'lib/sequel/plugins/column_conflicts.rb', line 53 def get_column_conflicts @get_column_conflicts end |