Sha256: 5268a15e03dbf1b9b13f55bdb39d637bcaeaeaf62f35151436696e824618c2ec

Contents?: true

Size: 348 Bytes

Versions: 3

Compression:

Stored size: 348 Bytes

Contents

class ApplicationController < ActionController::Base
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
  protect_from_forgery with: :exception

  helper CustomerVault::ApplicationHelper
  helper Flyboy::ApplicationHelper

  def current_ability
    @current_ability ||= Ability.new
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
customer_vault-1.3.2 spec/dummy/app/controllers/application_controller.rb
customer_vault-1.3.1 spec/dummy/app/controllers/application_controller.rb
customer_vault-1.3.0 spec/dummy/app/controllers/application_controller.rb