Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 14, 2024
1 parent 872dc48 commit c3ce82e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ $ gem install verbose_migrations
## Usage

```ruby
class SeedTagsFromPosts < ActiveRecord::Migration[7.1]
verbose!

def up
# ...
end
end
```

## Supported Rubies
Expand Down

0 comments on commit c3ce82e

Please sign in to comment.