Skip to content

Commit

Permalink
Nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
brainopia committed Jan 18, 2012
1 parent 9a00414 commit bc18aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/session/abstract/id.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def [](key)
private

def session_id_not_loaded?
!key?(:id) && !@session_id_loaded
!(@session_id_loaded || key?(:id))
end

def load_session_id!
Expand Down

0 comments on commit bc18aa0

Please sign in to comment.