Sha256: 83a1e304c921c22a7151fa15e5d97912ea840d771f6d997ec5777d236798c749

Contents?: true

Size: 296 Bytes

Versions: 5

Compression:

Stored size: 296 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flyboy-0.0.5 app/controllers/flyboy/application_controller.rb
flyboy-0.0.4 app/controllers/flyboy/application_controller.rb
flyboy-0.0.3 app/controllers/flyboy/application_controller.rb
flyboy-0.0.2 app/controllers/flyboy/application_controller.rb
flyboy-0.0.1 app/controllers/flyboy/application_controller.rb