Ask A Question

Notifications

You’re not receiving notifications from this thread.

Personal records

Devkit asked in Rails

Hello! How to create an entry for each user? But only those creators can see these records

Reply

You need to scope it to currently logged in user. if you use Devise you can use something like current_user.personal_record. This can be done in the controller's "set" before_action, or in the preferred action, eg index, show, etc

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 79,047+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2023 GoRails, LLC. All rights reserved.