fix chubbies by expliciting setting the view path

This commit is contained in:
Maxwell Salzberg 2012-03-27 17:54:27 -07:00
parent ba917ec80b
commit 0e4f9ae98d

View file

@ -60,6 +60,7 @@ module Chubbies
end
class App < DiasporaClient::App
set :views, File.join(File.dirname(__FILE__), 'views')
def current_user
@user = User.first
end