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