We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b887aa commit bf4aa5eCopy full SHA for bf4aa5e
app/models/application_record.rb
@@ -0,0 +1,3 @@
1
+class ApplicationRecord < ActiveRecord::Base
2
+ self.abstract_class = true
3
+end
app/models/dojo.rb
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-class Dojo < ActiveRecord::Base
+class Dojo < ApplicationRecord
NUM_OF_COUNTRIES = "70"
4
NUM_OF_WHOLE_DOJOS = "1,200"
5
NUM_OF_JAPAN_DOJOS = "70"
0 commit comments