Skip to content

Commit

Permalink
Missing closing + in documentation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Jul 4, 2013
1 parent b785e92 commit 1ba0a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/middleware/cookies.rb
Expand Up @@ -160,7 +160,7 @@ def encrypted
end
end

# Returns the +signed+ or +encrypted jar, preferring +encrypted+ if +secret_key_base+ is set.
# Returns the +signed+ or +encrypted+ jar, preferring +encrypted+ if +secret_key_base+ is set.
# Used by ActionDispatch::Session::CookieStore to avoid the need to introduce new cookie stores.
def signed_or_encrypted
@signed_or_encrypted ||=
Expand Down

0 comments on commit 1ba0a1f

Please sign in to comment.