Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek authored and skryukov committed Nov 26, 2024
1 parent 8bffcab commit 6ac726e
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 6ac726e

Please sign in to comment.