Sha256: d72f00b9b07c5e66e8bb5dd1e1c801e20a7c5330ccd89fe36c536786e2e54140

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

# IgnoredRemovedColumns

## Installation

```ruby
gem 'ignored_removed_columns'
```

## Usage

```console
$ rake ignored_removed_columns:check
Found removed or typo columns defined in ignored_columns
--------------------------------------------------------
Post:
  - published
  - archived
```

This means:

`Post` class defines `published` (maybe removed) and `archivedd` (maybe typo) ignored_columns, but the related table (commonly `posts`) does not have those columns. So, you can remove those from its ignored_columns.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/meganemura/ignored_removed_columns.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ignored_removed_columns-0.1.0 README.md