Created
August 20, 2012 03:14
-
-
Save cantin/3400000 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :book_item do | |
task :free_all_if_due => :environment do | |
Book.free_book_items_if_due | |
puts 'Free the due book_item successfully' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment