Class: ContentPicture

Inherits:
ApplicationRecord show all
Includes:
Concerns::ContentType
Defined in:
app/models/content_picture.rb

Constant Summary collapse

TARGETS =
%w(_self _blank)

Instance Method Summary collapse

Methods included from Concerns::ContentType

#column, #content_type_is?, #parent

Instance Method Details

#content_typeObject



8
9
10
# File 'app/models/content_picture.rb', line 8

def content_type
  :picture
end