lib/gretel.rb in gretel-3.0.0.beta1 vs lib/gretel.rb in gretel-3.0.0.beta2
- old
+ new
@@ -30,9 +30,10 @@
end
# Shows a deprecation warning.
def show_deprecation_warning(message)
return if suppress_deprecation_warnings?
+ message = "[Gretel] #{message}"
puts message
Rails.logger.warn message
end
# Array of Rails environment names with automatic configuration reload. Default is +["development"]+.
\ No newline at end of file