Skip to content

Commit

Permalink
minor update of router to use global scope and namespace of controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Sep 29, 2016
1 parent 6160328 commit 6c39f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/washout_builder/router.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def initialize(controller_path)

def call(env)
env['washout_builder.controller_path'] = @controller_path
WashoutBuilderController.action(:all).call(env)
::WashoutBuilder::WashoutBuilderController.action(:all).call(env)
end

end
Expand Down

0 comments on commit 6c39f61

Please sign in to comment.