activesalesforce 0.3.9 → 0.4.0

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.
Files changed (2) hide show
  1. data/lib/asf_adapter.rb +1 -0
  2. metadata +1 -1
data/lib/asf_adapter.rb CHANGED
@@ -559,6 +559,7 @@ module ActiveRecord
559
559
  end
560
560
 
561
561
  klass.set_inheritance_column nil
562
+ klass.set_primary_key "id"
562
563
  klass.lock_optimistically = false
563
564
  klass.record_timestamps = false
564
565
  klass.default_timezone = :utc
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: activesalesforce
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.9
6
+ version: 0.4.0
7
7
  date: 2006-03-02 00:00:00 -05:00
8
8
  summary: ActiveSalesforce (ASF) is a Rails connection adapter that provides direct access to Salesforce.com hosted data and metadata via the ActiveRecord model layer. Objects, fields, and relationships are all auto surfaced as active record attributes and rels.
9
9
  require_paths: