Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeauclair committed Jan 12, 2014
1 parent f85032a commit 64ab1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class PhotoContainer < ActiveRecord::Base
end

PhotoContainer.search do
with(:caption).from_join('blah')
with(:caption, 'blah')
with(:photos_created).between(Date.new(2011,3,1), Date.new(2011,4,1))
end
```
Expand Down

0 comments on commit 64ab1b6

Please sign in to comment.