Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cloudsben/320d55dc0c29dbbd86e4472eee19be7f to your computer and use it in GitHub Desktop.

Select an option

Save cloudsben/320d55dc0c29dbbd86e4472eee19be7f to your computer and use it in GitHub Desktop.

Revisions

  1. cloudsben created this gist Aug 4, 2016.
    2 changes: 2 additions & 0 deletions simple_form_association_collection.html.erb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <%= f.association :country, label: "请选择国家",
    disabled: true, collection: Proc.new{ Country.all.map{ |c| [c.name, c.id, {data_country: c.short_name}] } } %>