We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f1ce7 commit 0c5b992Copy full SHA for 0c5b992
lib/sequel/plugins/forbid_lazy_load.rb
@@ -40,7 +40,7 @@ module Plugins
40
# Album.first.artist # no error
41
#
42
# This behavior of enabling +forbid_lazy_load+ automatically from dataset
43
- # methods can be disabled using the plugin's +:allow_by_default+ option:
+ # methods can be disabled using the plugin's +:allow_by_default+ option.
44
45
# You can allow lazy loading associations for an instance that it
46
# was previously forbidden for:
0 commit comments