Sha256: 159f00c2775cfb10b2ad482ba1cad16fc1d421c4a8a70778ae61cdb807ba26e5
Contents?: true
Size: 144 Bytes
Versions: 33
Compression:
Stored size: 144 Bytes
Contents
class ApplicationController < ActionController::Base def current_ability @current_ability ||= Ability.new(current_user, session) end end
Version data entries
33 entries across 33 versions & 2 rubygems