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
ba91710a
Commit
ba91710a
authored
Feb 07, 2009
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Swap precedence of command_path and image_magick_path, add interpolations sugar
parent
bbd6d063
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
lib/paperclip.rb
+5
-1
No files found.
lib/paperclip.rb
View file @
ba91710a
...
...
@@ -71,10 +71,14 @@ module Paperclip
"will be removed. Use :command_path "
+
"instead"
)
end
path
=
[
options
[
:
image_magick_path
]
||
options
[
:command
_path
],
command
].
compact
path
=
[
options
[
:
command_path
]
||
options
[
:image_magick
_path
],
command
].
compact
File
.
join
(
*
path
)
end
def
interpolates
key
,
&
block
Paperclip
::
Attachment
.
interpolations
[
key
]
=
block
end
# The run method takes a command to execute and a string of parameters
# that get passed to it. The command is prefixed with the :command_path
# option from Paperclip.options. If you have many commands to run and
...
...
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