Skip to content

Commit

Permalink
fix: ci fail due to moderator? undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Waishnav committed Jul 28, 2024
1 parent cb339c5 commit ecf53bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/dummy/app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ class User < ApplicationRecord
# :confirmable, :lockable, :timeoutable, :trackable and :omniauthable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :validatable

def moderator?
true
end
end

0 comments on commit ecf53bb

Please sign in to comment.