Annotations::Acts::AnnotationSource::ClassMethods

Public Instance Methods

acts_as_annotation_source() click to toggle source

(Not documented)

    # File lib/annotations/acts_as_annotation_source.rb, line 11
11:         def acts_as_annotation_source
12:           has_many :annotations, 
13:                    :as => :source, 
14:                    :order => 'created_at ASC'
15:                    
16:           send :extend, SingletonMethods
17:           send :include, InstanceMethods
18:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.