application_record.rb (129B)
- # frozen_string_literal: true
- class ApplicationRecord < ActiveRecord::Base
- self.abstract_class = true
- include Remotable
- end
git clone https://anongit.hacktivis.me/git/mastofe.git/
application_record.rb (129B)
- # frozen_string_literal: true
- class ApplicationRecord < ActiveRecord::Base
- self.abstract_class = true
- include Remotable
- end