Sha256: 6d8f7e873be75f67d2592202f3353001c7b3466c881e3b433abb8fd1d19e843b
Contents?: true
Size: 326 Bytes
Versions: 1
Compression:
Stored size: 326 Bytes
Contents
%h1 Id Element = form_for @product do |form| %p = form.label :name = form.text_field :name %p = form.label :brand_name = form.autocomplete_field :brand_name, autocomplete_brand_name_id_elements_path, 'data-id-element' => '#product_brand_id' %p = form.label :brand_id = form.text_field :brand_id
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails3-jquery-autocomplete-0.9.0 | integration/app/views/id_elements/new.html.haml |