Skip to content

Commit

Permalink
Following _why's advise on #122, replacing [206]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Pfenniger committed Sep 23, 2007
1 parent 0de2f7a commit c1a3de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/blog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

$:.unshift File.dirname(__FILE__) + "/../../lib"
require 'camping'
require 'camping/db'
require 'camping/session'

Camping.goes :Blog
Expand Down
2 changes: 1 addition & 1 deletion examples/campsh.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

$:.unshift File.dirname(__FILE__) + "/../../lib"
%w(rubygems redcloth camping active_record acts_as_versioned).each { |lib| require lib }
%w(rubygems redcloth camping camping/db acts_as_versioned).each { |lib| require lib }

Camping.goes :CampSh

Expand Down
2 changes: 1 addition & 1 deletion examples/tepee.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/ruby
$:.unshift File.dirname(__FILE__) + "/../../lib"
%w(rubygems redcloth camping active_record acts_as_versioned).each { |lib| require lib }
%w(rubygems redcloth camping camping/db acts_as_versioned).each { |lib| require lib }

Camping.goes :Tepee

Expand Down

0 comments on commit c1a3de1

Please sign in to comment.