annotate app/models/application_record.rb @ 464:f11862e58af4

Canonicalize 0-prefixed ids as well
author nanaya <me@nanaya.pro>
date Mon, 10 Dec 2018 02:38:45 +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