annotate app/models/application_record.rb @ 439:e8f159807413

Wrong helper name
author nanaya <me@myconan.net>
date Sat, 02 Jul 2016 17:26:15 +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