Guest User

Untitled

a guest
Apr 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RACK_ENV = ENV["RACK_ENV"] ||= "development" unless defined? RACK_ENV
  2.  
  3. Dir[File.dirname(__FILE__) + "/**/boot.rb"].each { |boot| require boot }
  4.  
  5. ... # Todo
Add Comment
Please, Sign In to add comment