diff options
-rw-r--r-- | Rakefile | 6 | ||||
-rw-r--r-- | activerecord/examples/associations.png | bin | 40623 -> 0 bytes |
2 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" diff --git a/activerecord/examples/associations.png b/activerecord/examples/associations.png Binary files differdeleted file mode 100644 index 661c7a8bbc..0000000000 --- a/activerecord/examples/associations.png +++ /dev/null |