I removed several tables in my Rails database by running rails generate migration RemoveObjects and then ran rake db:migrate to complete the migration, however I am not seeing the change reflected in my schema.rb file.
What else should I do to remove references to these object from that file?
Try this :