Skip to content

Commit

Permalink
Merge pull request #5 from RajeshReddyM/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
edelpero committed Dec 13, 2013
2 parents 75684eb + 1ec3946 commit ad6c082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end

```ruby
# app/parameters/user_parameters.rb
class UserParameter < ActionParameter::Base
class UserParameters < ActionParameter::Base
def permit
params.require(:user).permit(:name, :age)
end
Expand Down

0 comments on commit ad6c082

Please sign in to comment.