copious-activerecord-activesalesforce-adapter 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -689,7 +689,7 @@ module ActiveRecord
689
689
  end
690
690
 
691
691
  # Handle references to custom objects
692
- reference_to = reference_to.chomp("__c").capitalize if reference_to.match(/__c$/)
692
+ reference_to = reference_to.chomp("__c").camelize if reference_to.match(/__c$/)
693
693
 
694
694
  begin
695
695
  referenced_klass = class_from_entity_name(reference_to)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copious-activerecord-activesalesforce-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Chasman