Skip to content

Commit

Permalink
Fix tests under Rails edge
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 24, 2023
1 parent 31473c6 commit 0bc4337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/active_record/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class User2 < User; end
end

class UserForm
include ActiveModel::Validations
include ActiveRecord::Validations

attr_accessor :name
Expand Down

0 comments on commit 0bc4337

Please sign in to comment.