Skip to content

Commit

Permalink
remove require for non-existent views folder
Browse files Browse the repository at this point in the history
  • Loading branch information
k2052 committed Mar 13, 2012
1 parent c4d733f commit 8f7d06b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
require file
end

# Load Views
Dir.glob("lib/views/*.rb").each do |file|
require file
end

# Load Window Controllers
Dir.glob("lib/windows/*.rb").each do |file|
require file
Expand Down

0 comments on commit 8f7d06b

Please sign in to comment.