Skip to content

Commit 6ac726e

Browse files
Envekskryukov
authored andcommitted
Fix lint
1 parent 8bffcab commit 6ac726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/app/app/models/post.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Post < ApplicationRecord
22
belongs_to :user
33

4-
enum category: { news: 1, article: 2, blog: 3 }
4+
enum category: {news: 1, article: 2, blog: 3}
55
end

0 commit comments

Comments
 (0)