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 955bdcb commit 648f056Copy full SHA for 648f056
app/models/application_record.rb
@@ -0,0 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
+class ApplicationRecord < ActiveRecord::Base
4
+ self.abstract_class = true
5
+end
0 commit comments