Sha256: 9ece4132957088544296e450376c3eeb90be7adeda91ba3bf0bda2b82b5d30f1
Contents?: true
Size: 317 Bytes
Versions: 5
Compression:
Stored size: 317 Bytes
Contents
module Homeland::Site class ApplicationController < ::ApplicationController protect_from_forgery with: :exception layout "homeland/site/application" helper Homeland::Site::ApplicationHelper def current_ability @current_ability ||= Homeland::Site::Ability.new(current_user) end end end
Version data entries
5 entries across 5 versions & 1 rubygems