Skip to content

Commit 2fb8122

Browse files
Merge pull request #1 from seratch/patch-1
Fix indentation of an example on the README
2 parents 68982e4 + ca3b8ff commit 2fb8122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ end
197197
The full form should look like this:
198198

199199
```ruby
200-
class ConferenceForm < ActiveForm::Base
200+
class ConferenceForm < ActiveForm::Base
201201
attributes :name, :city, required: true
202202

203203
association :speakers do

0 commit comments

Comments
 (0)