Flowdock
method

content_type_is_image?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: RemoteImage
content_type_is_image?(content_type) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/lib/action_text/attachables/remote_image.rb, line 16
          def content_type_is_image?(content_type)
            content_type.to_s =~ /^image(\/.+|$)/
          end
Register or log in to add new notes.