react-code-dataset / facenovel /app /models /application_record.rb
Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
78 Bytes
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end