lib/runcible/models/ostree_importer.rb in runcible-1.7.2 vs lib/runcible/models/ostree_importer.rb in runcible-1.8.0

- old
+ new

@@ -1,9 +1,9 @@ module Runcible module Models class OstreeImporter < Importer - ID = 'ostree_web_importer' - REPO_TYPE = 'OSTREE' + ID = 'ostree_web_importer'.freeze + REPO_TYPE = 'OSTREE'.freeze attr_accessor 'branches' def id OstreeImporter::ID