Commit 5e7f9458 by jyurek

We don't need the migration rake task anymore.

git-svn-id: https://svn.thoughtbot.com/plugins/paperclip/trunk@215 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
parent af5481e0
......@@ -29,11 +29,6 @@ namespace :paperclip do
puts " Done."
end
desc "Generates a migration to add attachments to a class."
task :migration do
end
# desc "Cleans out unused attachments for the given CLASS (and optional ATTACHMENT)"
# task :clean do
# klass = obtain_class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment