Sha256: 2c12fe34248b674644aa180339e33e66a88ae389c37eba72b45da1e4fc172458
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
module ExpenseGun class ApplicationController < ActionController::Base def current_ability @current_ability ||= Ability.new(nil) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
expense_gun-1.0.0 | app/controllers/expense_gun/application_controller.rb |