Skip to content

Commit

Permalink
remove extra ERB characters
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nashby committed Sep 17, 2012
1 parent ff5437d commit aaa01f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -321,7 +321,7 @@ f.association :company, :collection => Company.active.all(:order => 'name'), :pr
In case you want to declare different labels and values:

```ruby
f.association :company, :label_method => :company_name, :value_method => :id, :include_blank => false %>
f.association :company, :label_method => :company_name, :value_method => :id, :include_blank => false
```

### Buttons
Expand Down

0 comments on commit aaa01f1

Please sign in to comment.