I'm trying to install this today and I can't get past the rake db:migrate step.
PGError: ERROR: relation "versioneds" does not exist
: CREATE TABLE "versions" ("id" serial primary key, "versioned_id…
http://github.com/diwadm/ChainSelects/blob/master/lib/chain_selects/acts_as_chainable.rb#L73
This is hardcoded to "1", but is should be something like this:
```
conditions = (self.chain_select_condi…