1index acd1874..f493451 100644
2--- a/Gemfile
3+++ b/Gemfile
4@@ -318,3 +318,5 @@ gem 'oauth2', '~> 1.0.0'
5
6 # Soft deletion
7 gem "paranoia", "~> 2.0"
8+
9+gem "activerecord-nulldb-adapter"
10index 14d2c76..7a010f0 100644
11--- a/Gemfile.lock
12+++ b/Gemfile.lock
13@@ -34,6 +34,8 @@ GEM
14 activesupport (= 4.2.5.1)
15 arel (~> 6.0)
16 activerecord-deprecated_finders (1.0.4)
17+ activerecord-nulldb-adapter (0.3.2)
18+ activerecord (>= 2.0.0)
19 activerecord-session_store (0.1.2)
20 actionpack (>= 4.0.0, < 5)
21 activerecord (>= 4.0.0, < 5)
22@@ -880,6 +882,7 @@ DEPENDENCIES
23 RedCloth (~> 4.2.9)
24 ace-rails-ap (~> 2.0.1)
25 activerecord-deprecated_finders (~> 1.0.3)
26+ activerecord-nulldb-adapter
27 activerecord-session_store (~> 0.1.0)
28 acts-as-taggable-on (~> 3.4)
29 addressable (~> 2.3.8)