Gab Social. All are welcome.
This commit is contained in:
6
app/models/application_record.rb
Normal file
6
app/models/application_record.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
include Remotable
|
||||
end
|
||||
Reference in New Issue
Block a user