Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Nov 19, 2024
1 parent 7f2f109 commit 6bf9f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/app/app/models/post.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Post < ApplicationRecord
belongs_to :user

enum category: { news: 1, article: 2, blog: 3 }
enum category: {news: 1, article: 2, blog: 3}
end

0 comments on commit 6bf9f46

Please sign in to comment.