Method: Valkyrie::Config#resource_class_resolver

Defined in:
lib/valkyrie.rb

#resource_class_resolver#call

The returned anonymous method (e.g. responds to #call) has a signature of an unamed parameter that is a string. Calling the anonymous method should return a Valkyrie::Resource from which Valkyrie will map the persisted data into.

Returns:

  • (#call)

    with method signature of 1

See Also:

  • for full interface


110
111
112
# File 'lib/valkyrie.rb', line 110

def resource_class_resolver
  self[:resource_class_resolver]
end