1
0

Base files cleanup

This commit is contained in:
cryptogopher
2019-07-28 22:52:53 +02:00
parent 50de8bf91e
commit e3f56132dc
4 changed files with 278 additions and 655 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
group :development do
gem "web-console"
end
group :development, :test do
gem 'rails-controller-testing'
gem 'byebug'
end