Replies: 1 comment 3 replies
-
When you |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see in https://github.com/jeremyevans/rodauth/blob/master/demo-site/rodauth_demo.rb that
require 'sequel/core'
is used. In my own usage of Sequel (it's been a while, admittedly), I don't remember require-ingsequel/core
. Is there any reason to do specifically dorequire 'sequel/core'
as opposed torequire 'sequel'
?Beta Was this translation helpful? Give feedback.
All reactions