Skip to content

Commit

Permalink
Reorganize files into more structured architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
freerobby committed Feb 23, 2014
1 parent 386cb44 commit 887cd1e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 7 additions & 5 deletions app.rb → bin/app.rb 100644 → 100755
@@ -1,12 +1,14 @@
require './boot.rb'
#!/usr/bin/ruby

require './app/boot.rb'

require 'csv'
require 'highline/import'

require './buyer'
require './entry'
require './game'
require './season'
require './app/models/buyer'
require './app/models/entry'
require './app/models/game'
require './app/models/season'

say "Welcome to <%= color('divvyr', RED) %>."

Expand Down

0 comments on commit 887cd1e

Please sign in to comment.