annotate app/models/application_record.rb @ 490:a39bc79fcb1a

Specify path to builds directory
author nanaya <me@nanaya.net>
date Tue, 17 Jan 2023 02:36:38 +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