annotate app/models/application_record.rb @ 433:b445318de858

Inheriting ApplicationRecord
author nanaya <me@myconan.net>
date Fri, 13 May 2016 03:59:50 +0900
parents
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