Skip to content

Commit

Permalink
Merge pull request #19 from RoxasShadow/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
nathanl committed Apr 26, 2014
2 parents 195f4f7 + 6e91f64 commit 85518d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -286,7 +286,7 @@ class OrdersController < ApplicationController

def search_params
# Ensure the user can only browse or search their own orders
(params[:order_search]) || {}).merge(user_id: current_user.id)
(params[:order_search] || {}).merge(user_id: current_user.id)
end
end
```
Expand Down

0 comments on commit 85518d9

Please sign in to comment.