Skip to content

Relationships between AR and Sequel models #28

Answered by janko
pjmelling asked this question in Q&A
Discussion options

You must be logged in to vote

If you mean associations, then no. Active Record explicitly requires that the association model class is an ActiveRecord::Base subclass. Sequel doesn't seem to explicitly require it, but it calls methods like .dataset that are only available on Sequel models.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pjmelling
Comment options

Answer selected by pjmelling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants