diff options
author | Kir Shatrov <shatrov@me.com> | 2017-07-23 18:36:41 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2017-07-24 11:53:43 +0300 |
commit | 424117281e72284539a10d26162b8ce9e95cf865 (patch) | |
tree | 2d84bcb886b1b4eb436ab3a639254a08f2a9a444 /actionview/test/lib/controller | |
parent | 2ee46434e0e8f81b1a852d7b190a2f7b0ba67228 (diff) | |
download | rails-424117281e72284539a10d26162b8ce9e95cf865.tar.gz rails-424117281e72284539a10d26162b8ce9e95cf865.tar.bz2 rails-424117281e72284539a10d26162b8ce9e95cf865.zip |
Use frozen string literal in actionview/
Diffstat (limited to 'actionview/test/lib/controller')
-rw-r--r-- | actionview/test/lib/controller/fake_models.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/lib/controller/fake_models.rb b/actionview/test/lib/controller/fake_models.rb index 5250101220..f8b7ddaecc 100644 --- a/actionview/test/lib/controller/fake_models.rb +++ b/actionview/test/lib/controller/fake_models.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require "active_model" Customer = Struct.new(:name, :id) do |