# File lib/enumerated_attribute/rails_helpers.rb, line 13
                                def enum(*args)
                                        options = args.extract_options!                                      
                                        column_names = args                                                   
                                        column_names.each { |name| column(name, 'string', options) }  
                                end