upgrade(rails 5): add application record

This commit is contained in:
Joseph Mastey
2017-01-19 13:55:03 -06:00
parent 3474385141
commit 692fb99e51
12 changed files with 14 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end