Class: TaskFile

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/task_file.rb

Instance Method Summary collapse

Instance Method Details

#image?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'app/models/task_file.rb', line 4

def image?
  content_type =~ /^image\//
end