Sha256: 10ff29429dc8d8b015ea06a8515b3b6dfe4439f18a12c18c9f56341fa1107e24

Contents?: true

Size: 225 Bytes

Versions: 10

Compression:

Stored size: 225 Bytes

Contents

<% if AdminData::ActiveRecordUtil.declared_belongs_to_association_names(klass).any? %>
  <p class='belongs_to'>
    <strong>belongs_to :</strong>
    &nbsp;
    <%= belongs_to_data(model, klass).html_safe %>
  </p>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
admin_data-1.1.9 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.8 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.7 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.6 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.5 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.4 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.3 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.2 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.1 app/views/admin_data/crud/association/_belongs_to_info.html.erb
admin_data-1.1.0 app/views/admin_data/crud/association/_belongs_to_info.html.erb