Hi all, I have a problem running Brick - well it runs, but the application fails with this error: superclass mismatch for class Log /app/models/log.rb:1 (eval):5:in `has_many'' /app/models/user.rb:7 /app/controllers/application.rb:5 script/server:51 The application runs find in apache - I think the problem appears to be a class name conflict between a class Log I have in my rails application and a similar class in Brick. Is there a simple way to resolve this? Many thanks in advance. CHEERS> SAM