Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Merb's init.rb
  2. # ...
  3. Merb::BootLoader.before_app_loads do
  4. # Add dependencies here that must load before the application loads:
  5. require 'lib/run_later'
  6. end
  7. # ...
Add Comment
Please, Sign In to add comment