You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up docs for Rails::Generators::ActiveModel [ci-skip]
Without additional formatting, these method docs render as a single
line. For example,
```ruby
# GET show
# GET edit
# PATCH/PUT update
# DELETE destroy
```
renders as
```html
<p>GET show GET edit PATCH/PUT update DELETE destroy</p>
```
0 commit comments