Sha256: daa93b29f63ec8f35f993e0b7c10eb9bb432389db5c0e19fddcfccbeb75912f2

Contents?: true

Size: 157 Bytes

Versions: 5

Compression:

Stored size: 157 Bytes

Contents

<%= f.label belongs_to.permitted_attribute %>
<%= f.collection_select(
  belongs_to.permitted_attribute,
  belongs_to.candidate_records,
  :id,
  :to_s
) %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
administrate-0.0.7 app/views/fields/form/_belongs_to.html.erb
administrate-0.0.6 app/views/fields/form/_belongs_to.html.erb
administrate-0.0.4 app/views/fields/form/_belongs_to.html.erb
administrate-0.0.3 app/views/fields/form/_belongs_to.html.erb
administrate-0.0.2 app/views/fields/form/_belongs_to.html.erb