Method: Hip3::CustomFieldLookup#index_for

Defined in:
app/models/hip3/custom_field_lookup.rb

#index_for(label) ⇒ Object



19
20
21
# File 'app/models/hip3/custom_field_lookup.rb', line 19

def index_for(label)
	return header_list.index(label)
end