For example, just have it return nil
if not found,
or must we always use begin... rescue... end
to catch the exception?
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...