module Flyboy class ApplicationController < ::ApplicationController def current_ability ::Flyboy::Ability.new end layout "application" helper Dorsale::FormHelper helper Dorsale::ContextHelper helper Dorsale::TextHelper helper Dorsale::ButtonHelper end end