README.md in importeur-0.2.1 vs README.md in importeur-0.3.0
- old
+ new
@@ -62,11 +62,10 @@
`Rails.cache`) it makes the extractor return `nil` if there is no new data.
* A key (string), to be passed into the cursor.
An `ActiveRecordPostgresLoader` exists, that has a few very specific
dependencies. As the name suggests, it imports data into a Postgres database
-using `ActiveRecord`. Additionally, the model used, needs to use
-`acts_as_paranoid`.
+using `ActiveRecord`. Additionally, it supports `acts_as_paranoid` (optional).
Example use-cases can be found in the `spec/integration` directory.
## Development