module Wallaby::View

To extend Rails prefixes and improve lookup performance.

For example, include {Wallaby::View} module in the controller:

“` # app/controllers/application_controller class ApplicationController < ActionController::Base

include Wallaby::View

end “`