Skip to content

Commit eba5520

Browse files
committed
make rubocop happy
1 parent 2918fb6 commit eba5520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/controllers/org_admin/templates_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
module OrgAdmin
44
# Controller that handles templates
5+
# rubocop:disable Metrics/ClassLength
56
class TemplatesController < ApplicationController
67
include Paginable
78
include Versionable
@@ -414,4 +415,5 @@ def get_referrer(template, referrer)
414415
end
415416
end
416417
end
418+
# rubocop:enable Metrics/ClassLength
417419
end

0 commit comments

Comments
 (0)