instance method
generators
Ruby on Rails 8.1.2
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 379
def generators(&blk)
self.class.generators(&blk)
end
Defined in railties/lib/rails/application.rb line 379
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application