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