Skip to content

Commit 3559cee

Browse files
author
Ben Lavender
committed
Fix dummy applications loading of chatops controller
1 parent bc55564 commit 3559cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/dummy/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'action_controller/railtie'
44

55
Bundler.require(*Rails.groups)
6-
require "chatops_controller"
6+
require "chatops/controller"
77

88
module Dummy
99
class Application < Rails::Application

0 commit comments

Comments
 (0)