Skip to content

Commit

Permalink
fix example_projection construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann Gabory committed Apr 27, 2015
1 parent 552e5ea commit d8f9d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drunken_boat/commands/templates/bootstrap/projections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class ExampleProjection(Projection):
"""
pass

example_projection = DB(**DATABASE)
example_projection = ExampleProjection(DB(**DATABASE))

0 comments on commit d8f9d5e

Please sign in to comment.