mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
rubocop cleanup
This commit is contained in:
parent
05ed8a45a1
commit
4eb2f3a580
3 changed files with 4 additions and 456 deletions
|
@ -15,12 +15,9 @@ end
|
|||
|
||||
class PaperSession
|
||||
class << self
|
||||
attr_writer :session
|
||||
def session
|
||||
@session ||= Time.now.to_s(:db)
|
||||
end
|
||||
|
||||
def session=(code)
|
||||
@session = code
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue