我用过
import * as React from 'react'
interface Props {
... // your props validation
}
interface State {
... // state types
}
class FormExample extends React.Component<Props, State> {... }
保存我的关联,现在去“索引”时给我看看
埃斯塔:0x00007f09fdcc99e0&GT;
是我的第一篇帖子,对不起任何事情。
如果有帮助,我正在使用rails 5.1
输出:
答案 0 :(得分:0)
Estado是一个模型,是数据库中的一个表。可能与地址相关联。使用:
@address.estado.name #assuming address is the instance variable.