Skip to content

Commit ca3b8ff

Browse files
committed
Fix indentation of an example on the README
1 parent 68982e4 commit ca3b8ff

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)