module Softwear class ApplicationController < ActionController::Base include Softwear::ErrorCatcher protect_from_forgery with: :exception end end