Project

General

Profile

Download (134 Bytes) Statistics
| Branch: | Tag: | Revision:
desc 'Log output of ActiveRecord actions to stdout'
task :log => :environment do
ActiveRecord::Base.logger = Logger.new(STDOUT)
end
(15-15/29)