method
boot!
v2.3.8 -
Show latest stable
- Class:
Rails
boot!()public
No documentation available.
# File railties/environments/boot.rb, line 8
def boot!
unless booted?
preinitialize
pick_boot.run
end
end