class method
self.verbose
Ruby on Rails edge
Since v7.2.3.2Specifies if migrations will write the actions they are taking to the console as they happen, along with benchmarks describing how long each step took. Defaults to true.
Source
# File activerecord/lib/active_record/migration.rb, line 819
cattr_accessor :verbose
Defined in activerecord/lib/active_record/migration.rb line 819
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration