Sha256: a2839ecf507ca429d35033ef5f2e31c92efe889837332f6db99f0a8da13ab62a
Contents?: true
Size: 320 Bytes
Versions: 13
Compression:
Stored size: 320 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, :id_element => '#product_brand_id' %p = form.label :brand_id = form.text_field :brand_id
Version data entries
13 entries across 13 versions & 1 rubygems