Last active
December 12, 2015 03:48
-
-
Save noahc/4709359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agency_or_agent_autocomplete (Tries to Differentiate between prospect and non-prospect agencies for labeling purposes. uses find_by_name on AgencyorAgent displays both) | |
/Users/noah/Work/mbc/app/views/agency_or_agents/index.html.haml -- ALL | |
agency_name_autocomplete (uses find_by_name_or_code_for_autocomplete on agency model. shows all agencies) | |
/Users/noah/Work/mbc/app/views/fidelity_bond_orders/new.html.haml -- Active Only | |
/Users/noah/Work/mbc/app/views/fidelity_bond_renewals/index.html.haml -- Active Only | |
/Users/noah/Work/mbc/app/views/fidelity_bonds/edit_agency.html.haml -- Active Only | |
/Users/noah/Work/mbc/app/views/fidelity_bonds/search.html.haml -- Active Only | |
/Users/noah/Work/mbc/app/views/pre_executed_bond_number_sets/_form.html.haml -- Active Only | |
agency_name_autocomplete2 (shows both prospective and active) | |
/Users/noah/Work/mbc/app/views/pre_executed_bond_number_sets/_lookup_form.html.haml -- Active Only |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment