Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9536: README.diff

File README.diff, 418 bytes (added by MarsuBoss, 10 months ago)
  • auto_complete/README

    old new  
    66  end 
    77 
    88  # View 
    9   <%= text_field_with_auto_complete :post, title %> 
     9  <%= text_field_with_auto_complete :post, 'title' %> 
    1010 
    1111By default, auto_complete_for limits the results to 10 entries, 
    1212and sorts by the given field.