Apply rubocop rules to freeze constants
Added by popular demand among our team members.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Budget
|
||||
class Heading < ApplicationRecord
|
||||
OSM_DISTRICT_LEVEL_ZOOM = 12.freeze
|
||||
OSM_DISTRICT_LEVEL_ZOOM = 12
|
||||
|
||||
include Sluggable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user