没有实例变量的形式

发布于 2024-10-08 20:14:32 字数 171 浏览 1 评论 0原文

抱歉,如果我的英语不好,

我有这个 Rails 应用程序,我想在另一个控制器的标题部分中制作一个表单,用户只需在其中输入电子邮件并提交即可。对我来说,问题是我没有任何实例变量,而且我不知道如何将创建操作指向表单的控制器,因为我处于一个布局的视图中。我也想远离。

sorry if my english is bad,

I have this rails app and I want to make a form in the header partial for another controller where users just put their email and submit it. The problem for me is that I don't have any instance variable and I don't know how to point to the create action to the controller of the form, because I'm in one layout's view. I kind of want to be remote too.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妖妓 2024-10-15 20:14:32

据我理解你的问题,我认为你正在寻找类似的东西。

<% form_for :action, :url=>{:controller=> 'controller',:action=> 'action'} do |f| %>

As far as I understand your question I think you're looking for something like this.

<% form_for :action, :url=>{:controller=> 'controller',:action=> 'action'} do |f| %>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文