Skip to content

Commit

Permalink
config: autoload models
Browse files Browse the repository at this point in the history
  • Loading branch information
kfl62 committed May 20, 2012
1 parent d8a27d4 commit 9f3764c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/trst.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@ def self.server
autoload :Public, 'public'
autoload :Utils, 'utils'
autoload :Assets, 'assets'
autoload :Book, 'book'
autoload :Chapter, 'book'
autoload :Page, 'book'
autoload :User, 'user'
autoload :Task, 'task'
end

0 comments on commit 9f3764c

Please sign in to comment.