Implemented join to BBB first approach

This commit is contained in:
jfederico
2016-10-17 18:36:56 -04:00
parent 682cbadbf0
commit f725b7f1bc
19 changed files with 182 additions and 10 deletions

View File

@ -31,6 +31,9 @@ gem 'jbuilder', '~> 2.5'
# gem 'capistrano-rails', group: :development
group :development, :test do
# For environment configuration
gem 'dotenv-rails'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
end