1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add frozen_string_literal pragma

This commit is contained in:
George Claghorn 2021-03-27 08:07:47 -04:00
parent 657b97e223
commit e3075c17ff

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
class ActiveStorage::Representations::BaseController < ActiveStorage::BaseController #:nodoc:
include ActiveStorage::SetBlob