Adminpanel

View the Project on GitHub codn/adminpanel

Special Behavior

Modules

Generators

Generator ยท Initialize Generator

To create the default tables that adminpanel is going to use make sure to run the initializer

rails generate adminpanel:initialize

this create the migration for the default tables that adminpanel use, the adminpanel_setup and other files that are defaults too. for help and options on this command run:

rails generate adminpanel:initialize --help</pre>