Sha256: e4b96fcf54c8f0c6a63368c809f2f4d192337fc68f9ab109b1d8b09006363691
Contents?: true
Size: 265 Bytes
Versions: 4
Compression:
Stored size: 265 Bytes
Contents
module Authz module ApplicationHelper # def title(text) # content_for :title, text # end # # def meta_title # if content_for?(:title) # "#{yield(:title)} | Authz" # else # "Authz" # end # end end end
Version data entries
4 entries across 4 versions & 1 rubygems