[Source]
# File lib/generators/acts_as_audited/upgrade_generator.rb, line 23 23: def copy_templates 24: migrations_to_be_applied do |m| 25: migration_template "#{m}.rb", "db/migrate/#{m}.rb" 26: end 27: end
[Validate]