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