ace/example/boot.rb

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