jslag / us-state-select-plugin

just an update of technoweenie's us_states for rails 2.2

This URL has Read+Write access

us-state-select-plugin / README
100644 11 lines (7 sloc) 0.26 kb
1
2
3
4
5
6
7
8
9
10
11
UsStates
========
 
From http://svn.techno-weenie.net/projects/plugins/us_states/, updated
to run under rails 2.2.
 
To select "priority" states that show up at the top of the list, call
like so:
 
<%= us_state_select 'child', 'state', :priority => %w(TX CA) %>