# File lib/ar_fixtures.rb, line 86
    def to_skeleton
      record = { 
          "record_1" => self.new.attributes,
          "record_2" => self.new.attributes
         }
      write_file(File.expand_path("test/fixtures/#{table_name}.yml", RAILS_ROOT),
        record.to_yaml)
    end