DEV: Use frozen_string_literal: true on models/theme.rb.

This commit is contained in:
Guo Xiang Tan 2019-04-30 16:02:55 +08:00
parent c863e62998
commit 587cfd4545

@ -1,3 +1,5 @@
# frozen_string_literal: true
require_dependency 'distributed_cache'
require_dependency 'stylesheet/compiler'
require_dependency 'stylesheet/manager'