Skip to content

Commit

Permalink
Linting Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh-Pathania committed Oct 10, 2024
1 parent 558e76f commit 14740aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs.avohq.io
Submodule docs.avohq.io added at 96b94d
2 changes: 1 addition & 1 deletion spec/dummy/app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class User < ApplicationRecord
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable, :trackable and :omniauthable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :validatable
:recoverable, :rememberable, :validatable

validates :first_name, presence: true
validates :last_name, presence: true
Expand Down

0 comments on commit 14740aa

Please sign in to comment.