log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
zeropaste
annotate app/models/application_record.rb @ 433:
b445318de858
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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