refactoring learning objects model and repository and adding documentation
Showing
... | ... | @@ -53,6 +53,7 @@ end |
group :test do | ||
gem 'shoulda' | ||
gem 'shoulda-callback-matchers', '~> 1.1.1' | ||
end | ||
# authentication | ||
... | ... | @@ -87,3 +88,6 @@ gem 'will_paginate', '~> 3.0.5' |
gem 'rubycritic', require: false | ||
gem 'rack-mini-profiler' | ||
gem 'bullet' | ||
# docs | ||
gem 'rdoc' | ||
\ No newline at end of file |
Please register or sign in to comment