In rails 3.1, you can do it using this command, give that your engine name is example
:
# Note that you append _engine to the name
rake example_engine:install:migrations
In rails 3.1, you can do it using this command, give that your engine name is example
:
# Note that you append _engine to the name
rake example_engine:install:migrations