Initial import
This commit is contained in:
commit
4cc4e303ab
44 changed files with 691 additions and 0 deletions
6
example/boot.rb
Executable file
6
example/boot.rb
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env ace
|
||||
# encoding: utf-8
|
||||
|
||||
Dir["app/**/*.rb"].each do |file|
|
||||
load file
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue