- robot_world_app.rb (server file) in app/controllers
- A robot model with a database reference in its initialize method
application.css
index.erb
andlayout.erb
db
anddb/migrations
foldersconfig.ru
andGemfile
CRUD out the functionality for a user to be able to add a robot (id, name, city, state, department), see all robots, edit a robot, and delete a robot.