Method: ActionDispatch::RequestCookieMethods#secret_key_base
- Defined in:
- actionpack/lib/action_dispatch/middleware/cookies.rb
#secret_key_base ⇒ Object
66 67 68 |
# File 'actionpack/lib/action_dispatch/middleware/cookies.rb', line 66 def secret_key_base get_header Cookies::SECRET_KEY_BASE end |