Replace the file_column plugin with paperclip
This commit is contained in:
parent
29c1bab0e6
commit
e70396d70b
33 changed files with 34 additions and 2910 deletions
|
@ -55,8 +55,8 @@ defaults: &defaults
|
|||
# Location of GPX traces and images
|
||||
gpx_trace_dir: "/home/osm/traces"
|
||||
gpx_image_dir: "/home/osm/images"
|
||||
# Location of data for file columns
|
||||
#file_column_root: ""
|
||||
# Location of data for attachments
|
||||
attachments_dir: ":rails_root/public"
|
||||
# Log file to use
|
||||
#log_path: ""
|
||||
# List of memcache servers to use for caching
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
if defined?(FILE_COLUMN_ROOT)
|
||||
FileColumn::ClassMethods::DEFAULT_OPTIONS[:root_path] = FILE_COLUMN_ROOT
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue