Displaying 1 result from an estimated 1 matches for "business_typ".
Did you mean:
business_type
2009 Mar 23
2
Select updates database?
...an do |config|
config.list.columns = [:agency, :gov_type, :title, :url]
config.columns.exclude :state_name
config.label = ''Grants and Loans''
columns[:state].form_ui = :select
columns[:industries].form_ui = :select
end
Partial:
<%= select :grant_loan, :business_type, [''for_profit'',''non_profit''],
{:selected => @record.business_type, :prompt => "Select The Business
Type"}, {} %>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups...