method
pick_boot
v2.0.3 -
Show latest stable
- Class:
Rails
pick_boot()public
No documentation available.
# File railties/environments/boot.rb, line 19
def pick_boot
(vendor_rails? ? VendorBoot : GemBoot).new
end pick_boot()No documentation available.
# File railties/environments/boot.rb, line 19
def pick_boot
(vendor_rails? ? VendorBoot : GemBoot).new
end