Repository URL to install this package:
module Articular class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end end