Sha256: c082dbcd5da67e007c12b883188dcb71a064ed2340ccd4ff5996ee711d062de8

Contents?: true

Size: 239 Bytes

Versions: 8

Compression:

Stored size: 239 Bytes

Contents

%h1 Scoped Autocomplete

= 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_scoped_autocompletes_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails3-jquery-autocomplete-0.9.0 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.8.0 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.7.5 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.7.4 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.7.3 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.7.2 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.7.1 integration/app/views/scoped_autocompletes/new.html.haml
rails3-jquery-autocomplete-0.7.0 integration/app/views/scoped_autocompletes/new.html.haml