Skip to content

Commit 91e7db0

Browse files
committed
rubocop
1 parent bebfea7 commit 91e7db0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/controllers/admin/frameworks_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def publish
8080

8181
def archive_confirmation; end
8282

83+
# rubocop:disable Metrics/AbcSize
8384
def archive
8485
@framework.errors.clear
8586

@@ -96,6 +97,7 @@ def archive
9697

9798
redirect_to admin_framework_path(@framework)
9899
end
100+
# rubocop:enable Metrics/AbcSize
99101

100102
def unarchive_confirmation; end
101103

0 commit comments

Comments
 (0)