app/helpers/authz/application_helper.rb in authz-0.0.1.alpha vs app/helpers/authz/application_helper.rb in authz-0.0.1.alpha2

- old
+ new

@@ -1,4 +1,16 @@ 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