You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README
Commandes lancées :
Question 2.2 :
Question 2.3 :
rails generate controller HomeController
Question 3 :
rails generate model Creature name:string health_points:integer
- La migration n'est pas lancée sur la base
rails db:migrate