Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
7c81e781
Commit
7c81e781
authored
Nov 02, 2016
by
elliefichtelman
Committed by
Tute Costa
Dec 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the capitalization in the titles
Some of the titles were inconsistent in capitalization.
parent
8c7cb379
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
+4
-4
No files found.
README.md
View file @
7c81e781
...
...
@@ -30,7 +30,7 @@ https://github.com/thoughtbot/paperclip/releases
-
[
Edit and New Views with Simple Form
](
#edit-and-new-views-with-simple-form
)
-
[
Controller
](
#controller
)
-
[
View Helpers
](
#view-helpers
)
-
[
Checking a
file e
xists
](
#checking-a-file-exists
)
-
[
Checking a
File E
xists
](
#checking-a-file-exists
)
-
[
Deleting an Attachment
](
#deleting-an-attachment
)
-
[
Usage
](
#usage
)
-
[
Validations
](
#validations
)
...
...
@@ -40,7 +40,7 @@ https://github.com/thoughtbot/paperclip/releases
-
[
Migrations
](
#migrations-1
)
-
[
Add Attachment Column To A Table
](
#add-attachment-column-to-a-table
)
-
[
Schema Definition
](
#schema-definition
)
-
[
Vintage
s
yntax
](
#vintage-syntax
)
-
[
Vintage
S
yntax
](
#vintage-syntax
)
-
[
Storage
](
#storage
)
-
[
Understanding Storage
](
#understanding-storage
)
-
[
Post Processing
](
#post-processing
)
...
...
@@ -261,7 +261,7 @@ end
<%=
image_tag
@user
.
avatar
.
url
(
:thumb
)
%>
```
### Checking a
file e
xists
### Checking a
File E
xists
There are two methods for checking if a file exists:
...
...
@@ -550,7 +550,7 @@ class AddAttachmentColumnsToUsers < ActiveRecord::Migration
end
```
### Vintage
s
yntax
### Vintage
S
yntax
Vintage syntax (such as `t.has_attached_file` and `drop_attached_file`) is still supported in
Paperclip 3.x, but you're advised to update those migration files to use this new syntax.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment