%# # BelongsToSearch Form Partial This partial renders an search input element for belongs_to relationships. By default, the input is a collection select box that displays all possible records to associate with. ## Local variables: - `f`: A Rails form generator, used to help create the appropriate input fields. - `field`: An instance of [BelongsToWithSearchField]. Contains helper methods for displaying a collection select box. %>