class method
self.verbose
Ruby on Rails 8.0.4
Since v7.2.3Specifies 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 796
cattr_accessor :verbose
Defined in activerecord/lib/active_record/migration.rb line 796
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration