Class: Pageflow::BeforeAfter::PageType

Inherits:
PageType
  • Object
show all
Defined in:
lib/pageflow/before_after/page_type.rb

Instance Method Summary collapse

Instance Method Details

#thumbnail_candidatesObject



6
7
8
9
10
11
# File 'lib/pageflow/before_after/page_type.rb', line 6

def thumbnail_candidates
  [
    {attribute: 'thumbnail_image_id', file_collection: 'image_files'},
    {attribute: 'after_image_id', file_collection: 'image_files'}
  ]
end