Skip to content

Commit

Permalink
Add missing custom_field_values method
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Mar 15, 2021
1 parent c782af7 commit 88f7dad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/contracts/users/base_contract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def self.model

delegate :available_custom_fields, to: :model

def assignable_custom_field_values(custom_field)
custom_field.possible_values
end

private

##
Expand Down

0 comments on commit 88f7dad

Please sign in to comment.