Skip to content

Instantly share code, notes, and snippets.

@mark-d-holmberg
Created January 22, 2013 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-d-holmberg/4592089 to your computer and use it in GitHub Desktop.
Save mark-d-holmberg/4592089 to your computer and use it in GitHub Desktop.
simple_form with ancestry
= f.input :parent_id, collection: @article.comments, label_method: :ancestry_label_method, value_method: :id, as: :select, include_blank: true
@miguelpeniche
Copy link

undefined method `ancestry_label_method'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment