Judge0Tsting / app /models /application_record.rb
AdityaSharmaTech's picture
Upload 177 files
def1299 verified
raw
history blame contribute delete
78 Bytes
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end