mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-10 10:59:34 -04:00
7 lines
130 B
Ruby
7 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
self.per_page = 36
|
|
end
|