lib/tdiary.rb in tdiary-4.1.1 vs lib/tdiary.rb in tdiary-4.1.2

- old
+ new

@@ -48,9 +48,10 @@ autoload :Extensions, 'tdiary/extensions' # Diary model class autoload :Style, 'tdiary/style' autoload :Comment, 'tdiary/comment' + autoload :DiaryContainer, 'tdiary/diary_container' # Routing and Dispatch autoload :Dispatcher, 'tdiary/dispatcher' # Rack Request and Reponse, If you don't use Rack, adopt Rack interface. autoload :Request, 'tdiary/request'