메소드 | 설명 | |
---|---|---|
NestedAttribute ( ) : System |
Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
|
|
NestedAttribute ( String columnPrefix ) : System |
Informs ActiveRecord that the marked property contains nested elements, contained in a separate, reusable class.
|
public NestedAttribute ( String columnPrefix ) : System | ||
columnPrefix | String | A prefix to insert before each column in the nested component |
리턴 | System |