Module: Snail::Helpers
- Defined in:
- lib/snail/helpers.rb
Instance Method Summary collapse
Instance Method Details
#region_options_for_select(country = :us, selected = nil) ⇒ Object
141 142 143 |
# File 'lib/snail/helpers.rb', line 141 def (country = :us, selected = nil) (REGIONS[country], selected) end |