Replace the file_column plugin with paperclip

This commit is contained in:
Tom Hughes 2012-01-21 13:23:27 +00:00
parent 29c1bab0e6
commit e70396d70b
33 changed files with 34 additions and 2910 deletions

View file

@ -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

View file

@ -1,3 +0,0 @@
if defined?(FILE_COLUMN_ROOT)
FileColumn::ClassMethods::DEFAULT_OPTIONS[:root_path] = FILE_COLUMN_ROOT
end