jeffp / enumerated_attribute

Easy enum for your models, objects and views
MIT License
190 stars 63 forks source link

Add helper for change method in rails migrations #55

Closed jip149 closed 5 months ago

jip149 commented 12 years ago

This allows migrations like: def up t.change :gear, :enum, :default => 'neutral' end

jip149 commented 12 years ago

I just pushed a small fix for the FormStatic API change.

jip149 commented 12 years ago

FormStatic API change again. There are also two open pull requests on the matter, maybe you should consider closing them…