Skip to content

Commit

Permalink
Merge pull request #1 from seratch/patch-1
Browse files Browse the repository at this point in the history
Fix indentation of an example on the README
  • Loading branch information
carlosantoniodasilva committed Sep 10, 2014
2 parents 68982e4 + ca3b8ff commit 2fb8122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ end
The full form should look like this:

```ruby
class ConferenceForm < ActiveForm::Base
class ConferenceForm < ActiveForm::Base
attributes :name, :city, required: true

association :speakers do
Expand Down

0 comments on commit 2fb8122

Please sign in to comment.