Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为标题(字符串)和正文(内容)生成了一些名为“文档”的脚手架,以允许用户发布内容。
问题是任何人都可以查看该文档。有没有办法让它“私有”,只有用户才能查看?
是的,您需要在您的应用程序中设置身份验证。然后,您将只允许登录用户查看文档并拒绝其他用户。
观看这个出色的 railscast:从头开始的身份验证。