BasicObject
# File lib/gettext_activerecord/parser.rb, line 26 def active_record_classes_list $active_record_classes_list ||= [] end
# File lib/gettext_activerecord/parser.rb, line 20 def inherited(subclass) puts "registering an ActiveRecord model for later processing: #{subclass}" if $DEBUG active_record_classes_list << "#{subclass}" unless subclass.name.empty? inherited_without_log(subclass) end
Generated with the Darkfish Rdoc Generator 2.