(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.
Generated with the Darkfish Rdoc Generator 1.1.6.