Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong params when created with references #9

Open
PedroAugustoRamalhoDuarte opened this issue Nov 3, 2022 · 0 comments
Open

Wrong params when created with references #9

PedroAugustoRamalhoDuarte opened this issue Nov 3, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@PedroAugustoRamalhoDuarte
Copy link
Member

When we run:
rails g rest_api_generator:resource Task student:references

The generated controller params is;

def task_params
  params.require(:task).permit(:student)
end

its is expected to be:

def task_params
  params.require(:task).permit(:student_id)
end
@PedroAugustoRamalhoDuarte PedroAugustoRamalhoDuarte added bug Something isn't working good first issue Good for newcomers labels Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant