yieldmanager 0.3.3 → 0.3.4
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.
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/yieldmanager.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -44,7 +44,7 @@ To use in a Rails project, add this to config/environment.rb:
|
|
|
44
44
|
*GOTCHA* In projects with ActiveRecord enabled (i.e., Rails projects)
|
|
45
45
|
SOAP will identify returned data as AR objects if there's a
|
|
46
46
|
naming collision. For example, if you're running
|
|
47
|
-
|
|
47
|
+
@ym.creative.get(token,123)
|
|
48
48
|
and you have an AR objects for a +creatives+ table in the db, the
|
|
49
49
|
SOAP parser will interpret the returned SOAP object as
|
|
50
50
|
an AR Creative object, resulting in bizarre errors. Uniquely
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.4
|
data/yieldmanager.gemspec
CHANGED