diff --git a/app/models/profile.rb b/app/models/profile.rb index 9b4c81005..8ba7b4def 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -23,4 +23,7 @@ class Profile def person Person.first(:id => self.person_id) end + + ##this needs to go once we move to Salmon + def signature_valid?; true; end end