Module: ClientsHelper

Defined in:
app/helpers/clients_helper.rb

Instance Method Summary collapse

Instance Method Details

#client_status_select(selected = nil) ⇒ Object



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