From fdc17bea58f210f62ac0d9e836b68e84c6dbd15c Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 15 Nov 2016 16:56:29 +0100 Subject: Fix rubocop issues, introduce usage of frozen literal to improve performance --- app/models/tag.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/models/tag.rb') diff --git a/app/models/tag.rb b/app/models/tag.rb index ac89c9bff..e5b0511ae 100644 --- a/app/models/tag.rb +++ b/app/models/tag.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class Tag < ApplicationRecord has_and_belongs_to_many :statuses -- cgit