diff options
author | louise <louise> | 2009-05-18 11:50:59 +0000 |
---|---|---|
committer | louise <louise> | 2009-05-18 11:50:59 +0000 |
commit | ed030829134ec452ccb5f12a5d4d377f54473806 (patch) | |
tree | 1099366d04459c645b77c92abc1e0791b216db50 /lib/tasks | |
parent | 64f9ebee0429c0c4eb395ddfd4c80d42a11db95f (diff) |
Removing temp tasks
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/temp.rake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake deleted file mode 100644 index e81302c7e..000000000 --- a/lib/tasks/temp.rake +++ /dev/null @@ -1,12 +0,0 @@ -namespace :temp do - - desc 'Debug regexp warning in remove_lotus_quoting-method' - task :debug_regexp_warning => [:environment] do - messages = IncomingMessage.find(:all) - messages.each do |message| - puts message.info_request.title - message.get_body_for_quoting - end - end - -end
\ No newline at end of file |