diff options
author | Xavier Noria <fxn@hashref.com> | 2013-03-29 12:00:26 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-03-29 12:01:30 +0100 |
commit | 8db99d3be8089fadabc9fe0848541f601438b401 (patch) | |
tree | c354d57579d44281ecc63d410ac511194f9bcfd0 /Rakefile | |
parent | 178a6857997ec285ef774e1266dff915dcd65d47 (diff) | |
download | rails-8db99d3be8089fadabc9fe0848541f601438b401.tar.gz rails-8db99d3be8089fadabc9fe0848541f601438b401.tar.bz2 rails-8db99d3be8089fadabc9fe0848541f601438b401.zip |
removes activerecord/examples/associations.png
This seems to be a legacy file, I cannot find any place where it is used.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -130,12 +130,6 @@ RDoc::Task.new do |rdoc| rdoc.rdoc_files.include('activemodel/lib/active_model/**/*.rb') end -# Enhance rdoc task to copy referenced images also -task :rdoc do - FileUtils.mkdir_p "doc/rdoc/files/examples/" - FileUtils.copy "activerecord/examples/associations.png", "doc/rdoc/files/examples/associations.png" -end - desc 'Bump all versions to match version.rb' task :update_versions do require File.dirname(__FILE__) + "/version" |