Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
Correct syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabs committed Mar 6, 2012
1 parent 8e0cad4 commit 59baa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,13 +6,13 @@ updated. In effect it moves mass assignment protection to the controller.

Add the gem to your Gemfile:

```
``` ruby
gem "trusted_attributes"
```

Include it in your application controller:

```
``` ruby
class ApplicationController < ActionController::Base
include TrustedAttributes
end
Expand Down

0 comments on commit 59baa3b

Please sign in to comment.