2 3 4
# File 'app/helpers/clients_helper.rb', line 2 def client_status_select(selected=nil) options_for_select(Client.statuses.values, selected) end