lib/bulldog.rb in bulldog-0.0.15 vs lib/bulldog.rb in bulldog-0.1.0
- old
+ new
@@ -36,9 +36,14 @@
# option for #has_attachment.
#
attr_accessor :default_url_template
#
+ # The root directory to use for paths.
+ #
+ attr_accessor :path_root
+
+ #
# The path to `ffmpeg'. Only required if you use ffmpeg
# (processing videos, or retrieving video attributes).
#
delegate :ffmpeg_path, :ffmpeg_path=, :to => Processor::Ffmpeg