Added client side validations. Fixed shared sync.
This commit is contained in:
parent
013637a4fc
commit
3f133bb8c3
8 changed files with 413 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
= simple_form_for [@supplier, @article], :remote => true do |f|
|
||||
= simple_form_for [@supplier, @article], :validate => true, :remote => true do |f|
|
||||
= f.input :availability
|
||||
= f.input :name
|
||||
= f.input :origin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue