Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mashiro committed Oct 27, 2011
1 parent 63398c2 commit ecbae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ end
# when use before_filter
before_filter :build_query, :only => [:index]
def build_query
@q = Kashiwamochi::Query.new(params[:user])
@q = Kashiwamochi.build(params[:user])
end
```

Expand Down

0 comments on commit ecbae3c

Please sign in to comment.