Changeset 110 for trunk/examples/blog/blog.rb
- Timestamp:
- 06/08/2006 14:21:32 (2 years ago)
- Files:
-
- 1 modified
-
trunk/examples/blog/blog.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/blog/blog.rb
r83 r110 272 272 273 273 if __FILE__ == $0 274 require 'mongrel/camping' 274 begin 275 require 'mongrel/camping' 276 rescue LoadError => e 277 abort "** Try running `camping #$0' instead." 278 end 275 279 276 280 Blog::Models::Base.establish_connection :adapter => 'sqlite3', :database => 'blog.db'
