Example for a blog post called Expanding Rails' STI to your architecture.
git clone git@github.com:lucasprag/expanding-sti.git
cd expanding-sti
docker-compose up -d
bundle install
rails db:create db:migrate
rails console # to test the code from the post