Bootstrap Action Cable and Unicorn
This commit is contained in:
parent
07495ff9ba
commit
f98bb90f08
13 changed files with 166 additions and 1 deletions
3
app/models/application_record.rb
Normal file
3
app/models/application_record.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class ApplicationRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue