markbates / mack

A Ruby web application framework

mack / lib / mack_app.rb
100644 5 lines (5 sloc) 0.173 kb
1
2
3
4
5
run_once do
  [:hello, :core, :gems, :plugins, :lib, :initializers, :routes, :app, :helpers].each do |f|
    require File.join_from_here('mack', 'boot', "#{f}.rb")
  end
end