Commit 43a4f084 by Mike Burns

Fix the events example to read as if I know what a Boolean is.

parent 49ddd12c
......@@ -265,7 +265,7 @@ called with valid attachments._
before_post_process :skip_for_audio
def skip_for_audio
return false if %w(audio/ogg application/ogg).include?(asset_content_type)
! %w(audio/ogg application/ogg).include?(asset_content_type)
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment