Removed not needed space.
This commit is contained in:
parent
a7a24e5f9c
commit
bf6a213651
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module UserInfo
|
|||
def self.current_user_id
|
||||
Thread.current[:user_id]
|
||||
end
|
||||
|
||||
|
||||
def self.current_user_id=(user_id)
|
||||
Thread.current[:user_id] = user_id
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue