I have Rails Admin up and running with full functionality but now I have added several new fields/columns to my app and the Rails Admin site doesn't seem to be updating with the new info.
So the list site doesn't have the new columns, the export site doesn't list them, etc.
Is there anything I need to do to update the Admin site to recognize these new fields?
Also what would I have to do if I added a completely new section, new DB table, basically if I ran a generate scaffold command would Rails Admin see the new information?
Thanks.