[Source]
# File lib/state_select.rb, line 47 47: def state_select(method, country = 'US', options = {}, html_options = {}) 48: @template.state_select(@object_name, method, country, options.merge(:object => @object), html_options) 49: end
[Validate]