尝试使用一个字段的值作为另一个输入字段的标签

时间:2017-03-26 03:44:50

标签: ruby-on-rails forms label

这是我到目前为止的代码:

<android.support.v7.widget.Toolbar
        style="@style/ToolBarStyle"
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="?attr/colorPrimary">

        <ImageView
            android:contentDescription="@string/logo"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:src="@drawable/white_logo_transparent"/>

    </android.support.v7.widget.Toolbar>

我有一个简单的祈祷表,其中包含日期,时间和名称,所有字符串字段。在视图中,我想显示日期和时间,并让用户在他想要的框中输入他的名字。 (这是50小时祷告守夜的注册)。这不是嵌套表单,因为所有字段都来自同一个表。抛出的错误是:#

的未定义方法`to_key'

1 个答案:

答案 0 :(得分:0)

我假设@prayers是模型Prayer的实例数组,表单适用于打印date和{{1}的同一对象}}

time应该引用simple_form_for而不是p。该表单适用于@prayers数组中的单个项目。

@prayers