Search code examples
ruby-on-railsactiverecordscaffoldingadmin-interface

Restoring Typus plugin after changing DB Schema


I installed Typus plugin (http://intraducibles.com/projects/typus) for my app and I love it. But along the development of the app I frequently do migrations and change the DB Schema and relationships, and then the plugin fails. Is there a way to re-generate the plugin with the new schema? Thanks!


Solution

  • I think simply entering

    rails generate typus
    

    again will set things right.