Require 'logger' to avoid exception

This commit is contained in:
Daniel Roux 2018-04-30 21:38:48 +02:00 committed by Shishir Kakaraddi
parent 2fe3b8ab99
commit 7b48340a7c

View File

@ -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)