fdc17bea5 ^
10ba09f54 ^
40e5d2303 ^
1 2
3 4
5
6
# frozen_string_literal: true class ApplicationRecord < ActiveRecord::Base self.abstract_class = true include Remotable end