DESCRIPTION: hashdown is a super lightweight rails plugin that adds hash-style lookups and option lists (for generating dropdowns) to ActiveRecord models EXAMPLE: Given the following class definition: class State < ActiveRecord::Base finder :abbreviation selectable end You can look up states via their abbreviations like so: @colorado = State[:CO] These types of reference data models are often some