mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Follow form from actioncable
This commit is contained in:
parent
d24e72d8a9
commit
a1a363a8aa
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
require "rails/engine"
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "rails"
|
||||
require "active_storage"
|
||||
|
||||
module ActiveStorage
|
||||
class Engine < Rails::Engine # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue