instance method
generators
Ruby on Rails 7.1.6
Since v4.1.16Signature
generators(&blk)
Sends any generators called in the instance of a new application up to the generators method defined in Rails::Railtie.
Parameters
-
blkblock
Source
# File railties/lib/rails/application.rb, line 363
def generators(&blk)
self.class.generators(&blk)
end
Defined in railties/lib/rails/application.rb line 363
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application