Skip to content

Commit

Permalink
Bundle fixes for JRuby, move public and views under lib
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Jun 16, 2008
1 parent 63606c3 commit 5f2f948
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/controllers.rb
Expand Up @@ -40,8 +40,8 @@

include GetText

Ramaze::Global.public_root = File.join AppConfig::RootDir, 'public'
Ramaze::Global.template_root = File.join AppConfig::RootDir, 'views'
Ramaze::Global.public_root = File.join File.dirname(__FILE__), 'public'
Ramaze::Global.template_root = File.join File.dirname(__FILE__), 'views'

### Helper Classes

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5f2f948

Please sign in to comment.