Sha256: 7f733c1fc92e2431463a3bdc7292f7860642e79df281d5bd2c24daaee079831d

Contents?: true

Size: 615 Bytes

Versions: 1

Compression:

Stored size: 615 Bytes

Contents

# DeletedAt

Provides functionality to ActiveRecord::Base to delete records while keeping them in the database.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'deleted_at'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install deleted_at

## Usage

Coming soon.

## Contributing

1. Fork it ( https://github.com/TwilightCoders/deleted_at/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deleted_at-0.0.0 README.md