Skip to content
Snippets Groups Projects
Commit 73a02b2e authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

Ignore Rubocop failure

parent 4fb44ceb
Branches
Tags
No related merge requests found
# rubocop:disable Metrics/ClassLength
class Post < ApplicationRecord class Post < ApplicationRecord
require 'redcarpet/render_strip' require 'redcarpet/render_strip'
...@@ -250,3 +251,4 @@ class Post < ApplicationRecord ...@@ -250,3 +251,4 @@ class Post < ApplicationRecord
end end
end end
end end
# rubocop:enable Metrics/ClassLength
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment