new
create
edit
update
destroy
Continue to build upon the LimerIQ sample app from the first controller testing activity.
If you do not have the app from the first activity, you can get a copy to use for this activity:
git clone git@github.com:human-se/limeriq-f24.git testing-activity-app-2
cd testing-activity-app-2
git switch start-part-2
bundle install
, rails db:migrate:reset
, etc.)