Module: LoyalCore::ActsAsHasPermalink::ClassMethods::WithSpaceMethods
- Defined in:
- lib/loyal_core/acts/has_permalink.rb
Instance Method Summary collapse
Instance Method Details
#space_root? ⇒ Boolean
36 37 38 |
# File 'lib/loyal_core/acts/has_permalink.rb', line 36 def space_root? self.permalink.blank? end |