这是我到目前为止的代码:
<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'答案 0 :(得分:0)
我假设@prayers
是模型Prayer
的实例数组,表单适用于打印date
和{{1}的同一对象}}
time
应该引用simple_form_for
而不是p
。该表单适用于@prayers
数组中的单个项目。
@prayers