active_record_to_simpledb 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/active_record_to_simpledb.gemspec +1 -1
- data/lib/active_record_to_simpledb.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
@@ -127,7 +127,7 @@ class ActiveRecordToSimpledb
|
|
127
127
|
class Create
|
128
128
|
@queue = :active_record_to_simple_db_create
|
129
129
|
def self.perform(attributes)
|
130
|
-
ActiveRecordToSimpledb::Client.create(
|
130
|
+
ActiveRecordToSimpledb::Client.create(attributes)
|
131
131
|
end
|
132
132
|
end
|
133
133
|
end
|