Sha256: 7350a128168b77336f1ed267a2ffc9921b655135725e2bc731a6906118314338
Contents?: true
Size: 238 Bytes
Versions: 11
Compression:
Stored size: 238 Bytes
Contents
module Homeland::Press class ApplicationController < ::ApplicationController helper Homeland::Press::ApplicationHelper def current_ability @current_ability ||= Homeland::Press::Ability.new(current_user) end end end
Version data entries
11 entries across 11 versions & 1 rubygems