1.7.37. PlanFeature drop (up)
1.7.37.1. Methods
1.7.37.1.1. 错误
如果在提交失败后呈现此模型,这将返回发生的错误。
{{ plan_feature.errors.name | inline_errors }}
1.7.37.1.2. name
返回功能名称
<h2>Feature {{ feature.name }}</h2>
1.7.37.1.3. description
返回该功能的描述
1.7.37.1.4. has_description?
返回功能是否有描述
{% if feature.has_description? %} {{ feature.description }} {% else %} This feature has no description. {% endif %}