如何在rails中显示我的同事?

时间:2018-03-07 05:01:08

标签: ruby-on-rails associations

我用过

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

输出:

enter image description here

1 个答案:

答案 0 :(得分:0)

Estado是一个模型,是数据库中的一个表。可能与地址相关联。使用:

@address.estado.name #assuming address is the instance variable.