1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

more links in the README for Sequel

This commit is contained in:
Thorsten Böttger 2014-05-05 21:54:33 +02:00
parent f7927e1610
commit e29ff00192

View file

@ -280,7 +280,7 @@ end
### Sequel
AASM also supports Sequel besides ActiveRecord.
AASM also supports [Sequel](http://sequel.jeremyevans.net/) besides _ActiveRecord_ and _Mongoid_.
```ruby
class Job < Sequel::Model
@ -292,8 +292,8 @@ class Job < Sequel::Model
end
```
However it's not yet feature completed as ActiveRecord. For example,
no scope would be defined as in ActiveRecord. See _Automatic Scopes_.
However it's not yet as feature complete as _ActiveRecord_. For example, there are
scopes defined yet. See [Automatic Scopes](#automatic-scopes).
### Mongoid