Module: ActiveScaffold::Bridges::CountrySelect::SearchColumnHelpers

Defined in:
lib/active_scaffold/bridges/country_select/country_select_bridge_helper.rb

Instance Method Summary collapse

Instance Method Details

#active_scaffold_search_country(column, options) ⇒ Object



25
26
27
# File 'lib/active_scaffold/bridges/country_select/country_select_bridge_helper.rb', line 25

def active_scaffold_search_country(column, options)
  active_scaffold_input_country(column, options.merge!(:selected => options.delete(:value)))
end