This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# README
Commandes lancées :
Question 2.2 :
*`rails server`
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`
Question 3.1 :
Je teste la creature dans une console rails que je lance avec `rails console` :