Commit 80904d39 by Tute Costa

Rebuild table of contents

parent 53484861
...@@ -14,6 +14,10 @@ https://github.com/thoughtbot/paperclip/releases ...@@ -14,6 +14,10 @@ https://github.com/thoughtbot/paperclip/releases
[![Inline docs](http://inch-ci.org/github/thoughtbot/paperclip.svg)](http://inch-ci.org/github/thoughtbot/paperclip) [![Inline docs](http://inch-ci.org/github/thoughtbot/paperclip.svg)](http://inch-ci.org/github/thoughtbot/paperclip)
[![Security](https://hakiri.io/github/thoughtbot/paperclip/master.svg)](https://hakiri.io/github/thoughtbot/paperclip/master) [![Security](https://hakiri.io/github/thoughtbot/paperclip/master.svg)](https://hakiri.io/github/thoughtbot/paperclip/master)
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Requirements](#requirements) - [Requirements](#requirements)
- [Ruby and Rails](#ruby-and-rails) - [Ruby and Rails](#ruby-and-rails)
- [Image Processor](#image-processor) - [Image Processor](#image-processor)
...@@ -25,7 +29,7 @@ https://github.com/thoughtbot/paperclip/releases ...@@ -25,7 +29,7 @@ https://github.com/thoughtbot/paperclip/releases
- [Edit and New Views](#edit-and-new-views) - [Edit and New Views](#edit-and-new-views)
- [Edit and New Views with Simple Form](#edit-and-new-views-with-simple-form) - [Edit and New Views with Simple Form](#edit-and-new-views-with-simple-form)
- [Controller](#controller) - [Controller](#controller)
- [Show View](#show-view) - [View Helpers](#view-helpers)
- [Deleting an Attachment](#deleting-an-attachment) - [Deleting an Attachment](#deleting-an-attachment)
- [Usage](#usage) - [Usage](#usage)
- [Validations](#validations) - [Validations](#validations)
...@@ -45,8 +49,8 @@ https://github.com/thoughtbot/paperclip/releases ...@@ -45,8 +49,8 @@ https://github.com/thoughtbot/paperclip/releases
- [File Preservation for Soft-Delete](#file-preservation-for-soft-delete) - [File Preservation for Soft-Delete](#file-preservation-for-soft-delete)
- [Custom Attachment Processors](#custom-attachment-processors) - [Custom Attachment Processors](#custom-attachment-processors)
- [Dynamic Configuration](#dynamic-configuration) - [Dynamic Configuration](#dynamic-configuration)
- [Dynamic Styles](#dynamic-styles) - [Dynamic Styles:](#dynamic-styles)
- [Dynamic Processors](#dynamic-processors) - [Dynamic Processors:](#dynamic-processors)
- [Logging](#logging) - [Logging](#logging)
- [Deployment](#deployment) - [Deployment](#deployment)
- [Testing](#testing) - [Testing](#testing)
...@@ -54,6 +58,8 @@ https://github.com/thoughtbot/paperclip/releases ...@@ -54,6 +58,8 @@ https://github.com/thoughtbot/paperclip/releases
- [License](#license) - [License](#license)
- [About thoughtbot](#about-thoughtbot) - [About thoughtbot](#about-thoughtbot)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Paperclip is intended as an easy file attachment library for ActiveRecord. The Paperclip is intended as an easy file attachment library for ActiveRecord. The
intent behind it was to keep setup as easy as possible and to treat files as intent behind it was to keep setup as easy as possible and to treat files as
much like other attributes as possible. This means they aren't saved to their much like other attributes as possible. This means they aren't saved to their
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment