Skip to content

Commit d55d772

Browse files
committed
Test fix
1 parent 46eb812 commit d55d772

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/models/profile.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
class Profile < ApplicationRecord
44
include HasOrcid
5+
include InSpace
56

6-
auto_strip_attributes :firstname, :surname, :website, squish: false
7+
auto_strip_attributes :firstname, :surname, :website, :orcid, squish: false
78
belongs_to :user, inverse_of: :profile
89

910
validates :firstname, :surname, :description, presence: true, if: :public?

0 commit comments

Comments
 (0)