79082159

Date: 2024-10-12 23:57:09
Score: 1
Natty:
Report link

Added to registrations_controller

  def new
    build_resource({})
    resource.build_profile # This ensures a Profile object is created for the user
    respond_with resource
  end

I needed to build the profile

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Ricky Mason