Method: CommonLib::ActiveSupportExtension::TestCase#turn_off_paperclip_logging
- Defined in:
- lib/common_lib/active_support_extension/test_case.rb
#turn_off_paperclip_logging ⇒ Object
195 196 197 198 199 |
# File 'lib/common_lib/active_support_extension/test_case.rb', line 195 def turn_off_paperclip_logging # Is there I way to silence the paperclip output? Yes... Paperclip.[:log] = false # Is there I way to capture the paperclip output for comparison? Don't know. end |