Class: ContentPicture
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ContentPicture
- 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_type ⇒ Object
8 9 10 |
# File 'app/models/content_picture.rb', line 8 def content_type :picture end |