Skip to content

Commit

Permalink
fixup! Adds Session Management
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasjpr committed Jul 15, 2017
1 parent 893ccae commit 825d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amber.cr
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module Amber
getter key_generator : Amber::Support::CachingKeyGenerator
property pubsub_adapter : WebSockets::Adapters::RedisAdapter.class | WebSockets::Adapters::MemoryAdapter.class
property redis_url : String
property session : Hash(Symbol, Symbol | Int32 | String)
property session : Hash(Symbol, Symbol | Int32 | String | Nil)

def initialize
@app_path = __FILE__
Expand Down

0 comments on commit 825d6de

Please sign in to comment.