Method: Challah::UserProvideable#provider_attributes

Defined in:
lib/challah/concerns/user/provideable.rb

#provider_attributesObject



54
55
56
# File 'lib/challah/concerns/user/provideable.rb', line 54

def provider_attributes
  @provider_attributes ||= Challah.providers.keys.inject({}) { |h, m| h[m] = nil; h }
end