lib/generators/audited/migration.rb in audited-4.10.0 vs lib/generators/audited/migration.rb in audited-5.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Audited
module Generators
module Migration
# Implement the required interface for Rails::Generators::Migration.
def next_migration_number(dirname) #:nodoc: