Skip to content

Commit

Permalink
fix chubbies by expliciting setting the view path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell committed Mar 28, 2012
1 parent ba917ec commit 0e4f9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/chubbies/app.rb
Expand Up @@ -60,6 +60,7 @@ class User < ActiveRecord::Base
end end


class App < DiasporaClient::App class App < DiasporaClient::App
set :views, File.join(File.dirname(__FILE__), 'views')
def current_user def current_user
@user = User.first @user = User.first
end end
Expand Down

0 comments on commit 0e4f9ae

Please sign in to comment.