ace/example/boot.rb

9 lines
142 B
Ruby
Raw Normal View History

2011-05-26 12:10:16 +02:00
#!/usr/bin/env bundle exec ace
2010-10-20 15:42:17 +02:00
# encoding: utf-8
2011-05-26 12:10:16 +02:00
# Execute this file to generate the web.
2010-10-20 15:42:17 +02:00
Dir["app/**/*.rb"].each do |file|
load file
end