Sha256: fac41c650dc2cdd88be69486ed771287656518133d489161fbc43e07143e298b
Contents?: true
Size: 279 Bytes
Versions: 1
Compression:
Stored size: 279 Bytes
Contents
module Pageflow module QuotaHelper def quota_state_description(name, account) description = Pageflow.config.quota.state_description(:users, @user.account) if description content_tag(:p, description, :class => 'quota_state') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pageflow-0.1.0 | app/helpers/pageflow/quota_helper.rb |