Add pry-byebug gems to your application
Used 12 times
E
Evangelos Giataganas
Usage
Run this command in your Rails app directory in the terminal:
rails app:template LOCATION="https://railsbytes.com/script/V2GsN6"
Template Source
Review the code before running this template on your machine.
gem_group :development, :test do
gem "pry-byebug"
end