Moved views

This commit is contained in:
Gregory Eremin
2013-07-11 02:09:55 +07:00
parent 23fee68790
commit 999509d17f
7 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class ErrorPages < Sinatra::Base
set :views, File.expand_path('../../views', __FILE__)
set :views, File.expand_path('../../app/views', __FILE__)
not_found do
status 404