Skip to content

Commit

Permalink
Updated book/Models.markdown to require 'data_mapper' instead of 'dat…
Browse files Browse the repository at this point in the history
…amapper'
  • Loading branch information
jeffharrington committed Jan 4, 2012
1 parent 0cfd323 commit 5f6171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Models.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ show started, and this example will include a 'Post' model.

require 'rubygems'
require 'sinatra'
require 'datamapper' # metagem, requires common plugins too.
require 'data_mapper' # metagem, requires common plugins too.

# need install dm-sqlite-adapter
DataMapper::setup(:default, "sqlite3://#{Dir.pwd}/blog.db")
Expand Down

0 comments on commit 5f6171f

Please sign in to comment.