class Seorel::Seorel
Public Instance Methods
admin_label()
click to toggle source
# File lib/seorel/seorel.rb, line 21 def admin_label I18n.t('seorel.admin.label') end
description?()
click to toggle source
# File lib/seorel/seorel.rb, line 13 def description? description.present? end
image?()
click to toggle source
# File lib/seorel/seorel.rb, line 17 def image? image.present? end
title?()
click to toggle source
# File lib/seorel/seorel.rb, line 9 def title? title.present? end