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