added user model

This commit is contained in:
Edin Dazdarevic
2015-02-20 06:55:18 +01:00
parent 7c27d9415a
commit 8f904099cf
6 changed files with 55 additions and 8 deletions

View File

@@ -1,16 +1,16 @@
source 'https://rubygems.org'
gem 'bcrypt', '~> 3.1.7'
platform :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'jruby-openssl'
end
platform :ruby do
gem 'pg'
gem "activerecord"
end