Module: Kinney::ClipsIndexPartialHelper

Defined in:
app/helpers/kinney/clips_index_partial_helper.rb

Instance Method Summary collapse

Instance Method Details

#clips_index_partialObject

Override this helper and this message in your own app to choose a different partial. Besides the option below you can also create your own partial in your main application under /views/kinney/clips/. Or you can select to list all the videos with ‘all_clips’



6
7
8
9
# File 'app/helpers/kinney/clips_index_partial_helper.rb', line 6

def clips_index_partial
  'clips_grouped_by_person'
  # 'all_clips'
end