iplemented rails admin

This commit is contained in:
2016-04-22 11:10:40 +02:00
parent b2b0c7c22c
commit 1482d3d4ec
9 changed files with 258 additions and 34 deletions
+4
View File
@@ -40,6 +40,10 @@ gem 'puma'
gem 'geocoder'
gem 'rails_12factor'
gem 'rails_admin'
gem 'mongoid_paranoia'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'