paulgrever / skill_inventory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skill Inventory CRUD

What's already set up

  • skill_inventory_app.rb (server file) in app/controllers
  • SkillInventory model with a database method
  • empty Skill model
  • application.css
  • index.erb and layout.erb
  • db folder
  • config.ru and Gemfile

Your Job

CRUD out the functionality for a user to be able to add a skill (id, name, status), see all skills, edit a skill, and delete a skill.

About


Languages

Language:Ruby 85.3%Language:HTML 7.8%Language:CSS 6.9%