Guest User

Untitled

a guest
Apr 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. ActionView::TemplateError (can't convert Hash into Array) on line #8 of vendor/plugins/active_scaffold/frontends/default/views/_form_association_footer.rhtml:
  3. 5: remote_controller = nil
  4. 6: end
  5. 7:
  6. 8: show_add_existing = (!column.through_association? and options_for_association_count(column.association) > 0)
  7. 9:
  8. 10: show_add_new = !column.through_association? and (column.plural_association? or (column.singular_association? and not associated.empty?))
  9. 11: show_add_new = false unless @record.class.authorized_for?(:action => :create)
Add Comment
Please, Sign In to add comment