module Humpyard::ActiveRecord::Acts::ContainerElement::ClassMethods

Public Instance Methods

is_humpyard_container_element?() click to toggle source
   # File lib/humpyard/active_record/acts/container_element.rb
12 def is_humpyard_container_element?
13   true
14 end