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:
parent
f7927e1610
commit
e29ff00192
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue