annotate app/models/application_record.rb @ 456:caac9bc885b4

More font size
author nanaya <me@nanaya.pro>
date Tue, 14 Nov 2017 22:49:16 +0900
parents b445318de858
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
433
b445318de858 Inheriting ApplicationRecord
nanaya <me@myconan.net>
parents:
diff changeset
1 class ApplicationRecord < ActiveRecord::Base
b445318de858 Inheriting ApplicationRecord
nanaya <me@myconan.net>
parents:
diff changeset
2 self.abstract_class = true
b445318de858 Inheriting ApplicationRecord
nanaya <me@myconan.net>
parents:
diff changeset
3 end