1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Require the top level file in the engine

This commit is contained in:
Rafael Mendonça França 2015-12-14 15:53:43 -02:00
parent a0e4d5e335
commit f8058a6aeb

View file

@ -1,4 +1,5 @@
require 'rails/engine'
require 'action_cable'
require 'active_support/ordered_options'
require 'action_cable/helpers/action_cable_helper'