Update form after changing model with migration

Hi *, I create a migration that modifies an object of my model. There is
any rails command for update the form of that object?

Something like: “rails update object X”

Or I have to change it manually?

Thanks!