lib/jets/core.rb in jets-0.6.2 vs lib/jets/core.rb in jets-0.6.3

- old
+ new

@@ -26,11 +26,11 @@ def aws application.aws end # Load all application base classes and project classes - def boot - Jets::Booter.boot! + def boot(options={}) + Jets::Booter.boot!(options) end # Ensures trailing slash # Useful for appending a './' in front of a path or leaving it alone. # Returns: '/path/with/trailing/slash/' or './'