Closed jip149 closed 5 months ago
This allows migrations like: def up t.change :gear, :enum, :default => 'neutral' end
I just pushed a small fix for the FormStatic API change.
FormStatic API change again. There are also two open pull requests on the matter, maybe you should consider closing them…
This allows migrations like: def up t.change :gear, :enum, :default => 'neutral' end