tasks/railroady.rake in railroady-1.0.3 vs tasks/railroady.rake in railroady-1.0.4
- old
+ new
@@ -7,10 +7,10 @@
#
# Author: Preston Lee, http://railroady.prestonlee.com
# Returns an absolute path for the following file.
def format
- @@DIAGRAM_FORMAT ||= 'SVG'
+ @@DIAGRAM_FORMAT ||= 'svg'
end
def full_path(name = 'test.txt')
f = File.join(Rails.root.to_s.gsub(' ', '\ '), 'doc', name)
f.to_s