ace/example/boot.rb
Jakub Stastny aka botanicus e5fe48990d Fixed the example.
2011-05-26 12:10:16 +02:00

9 lines
142 B
Ruby
Executable file

#!/usr/bin/env bundle exec ace
# encoding: utf-8
# Execute this file to generate the web.
Dir["app/**/*.rb"].each do |file|
load file
end