mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-19 21:33:14 +08:00
4 lines
78 B
Ruby
4 lines
78 B
Ruby
|
class ApplicationRecord < ActiveRecord::Base
|
||
|
self.abstract_class = true
|
||
|
end
|