Require 'logger' to avoid exception
This commit is contained in:
parent
2fe3b8ab99
commit
7b48340a7c
@ -1,5 +1,7 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'logger'
|
||||||
|
|
||||||
# Usage:
|
# Usage:
|
||||||
# class Movie
|
# class Movie
|
||||||
# def to_json(payload)
|
# def to_json(payload)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user