rails new plugin, see readme for command
This commit is contained in:
0
app/models/concerns/.keep
Normal file
0
app/models/concerns/.keep
Normal file
5
app/models/merged/application_record.rb
Normal file
5
app/models/merged/application_record.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Merged
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user