Module: LoyalCore::ActsAsHasPermalink::ClassMethods::WithSpaceMethods

Defined in:
lib/loyal_core/acts/has_permalink.rb

Instance Method Summary collapse

Instance Method Details

#space_root?Boolean

Returns:

  • (Boolean)


45
46
47
# File 'lib/loyal_core/acts/has_permalink.rb', line 45

def space_root?
  self.permalink.blank?
end