We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1566734 commit 0edbdb6Copy full SHA for 0edbdb6
1 file changed
src/session.cr
@@ -114,12 +114,12 @@ module Session
114
#
115
# Call this **before** `Session.configure`:
116
117
- # ```crystal
+ # ```
118
# Session.use_store(Session::CookieStore(UserSession))
119
120
# Session.configure do |c|
121
# c.secret = ENV["SESSION_SECRET"]
122
- # c.store = Session::CookieStore(UserSession).new
+ # c.store = Session::CookieStore(UserSession).new
123
# end
124
# ```
125
macro use_store(store_type)
0 commit comments