we need action_controller/railties

bug/bundler_fix
darkbushido 2014-09-04 13:06:14 -05:00
parent 19a063e861
commit 5e693a043b
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Bundler.require(
#
# For compatibility with jquery-rails (and other engines that need action_view) in pro
require 'action_controller/railtie'
require 'action_view/railtie'
#