class Object
Public Instance Methods
scrub_bad_transforms(method_name)
click to toggle source
# File lib/filestack_rails/transform.rb, line 44 def scrub_bad_transforms(method_name) !['av_convert', 'debug', 'store', 'url'].include? method_name.to_s end