Skip to content

Commit 402aa1f

Browse files
committed
doc: document Rails 8.1 supports the name of an extension
1 parent a0dd5c8 commit 402aa1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sqlite3/database.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module SQLite3
8282
# extensions:
8383
# - .sqlpkg/nalgeon/crypto/crypto.so # a filesystem path
8484
# - <%= SQLean::UUID.to_path %> # or ruby code returning a path
85+
# - SQLean::Crypto # Rails 8.1+ accepts the name of a constant that responds to `to_path`
8586
#
8687
class Database
8788
attr_reader :collations

0 commit comments

Comments
 (0)