Class: Koi::Helpers::AttributeTypes::AssociationType
- Defined in:
- lib/generators/koi/helpers/attribute_types.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#collection_attribute, #govuk_input, #index_row, #initialize
Constructor Details
This class inherits a constructor from Koi::Helpers::AttributeTypes::Base
Instance Method Details
#show_row ⇒ Object
137 138 139 |
# File 'lib/generators/koi/helpers/attribute_types.rb', line 137 def show_row %(<% row.link :#{attribute.name} %>) end |