Sha256: 6e9a61c96c6565cad030ee44a91a98a32fc050b82cf21e7bf5c1acad32b85c86
Contents?: true
Size: 341 Bytes
Versions: 18
Compression:
Stored size: 341 Bytes
Contents
module Kuhsaft module Cms module PagesHelper def content_tab_active(page) if page.errors.blank? :active if page.persisted? end end def metadata_tab_active(page) if page.errors.present? || !page.persisted? || page.redirect? :active end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems