3021: Merge branch 'master' into 3021-api-performance
[arvados.git] / services / api / app / models / database_seeds.rb
index 5a6d8750f564cff6d2a53cf332a5d672b6cfec38..bc68283db290dd5a84b7d05196b910eef55074c5 100644 (file)
@@ -1,5 +1,5 @@
 class DatabaseSeeds
-  include CurrentApiClient
+  extend CurrentApiClient
   def self.install
     system_user
     system_group
@@ -9,4 +9,3 @@ class DatabaseSeeds
     empty_collection
   end
 end
-