Method: SectionRenderer#custom_partial?

Defined in:
app/presentation/section_renderer.rb

#custom_partial?Boolean

Returns:

  • (Boolean)


354
355
356
# File 'app/presentation/section_renderer.rb', line 354

def custom_partial?
  ! @options[:partial].nil?
end