Module: Limber::TagLayoutTemplate::Unsupported

Defined in:
app/models/limber/tag_layout_template/unsupported.rb

Overview

rubocop:todo Style/Documentation

Instance Method Summary collapse

Instance Method Details

#generate_tag_layout(_plate) ⇒ Object



4
5
6
7
8
9
# File 'app/models/limber/tag_layout_template/unsupported.rb', line 4

def generate_tag_layout(_plate)
  # Extends our template when we have an unknown layout algorithm
  # Ensures addition of new template behaviours can be made without
  # requiring Limber updates.
  throw :unacceptable_tag_layout
end