Class: Nandi::Renderers::ActiveRecord::Instructions::Base

Inherits:
Cell::ViewModel
  • Object
show all
Includes:
Formatting
Defined in:
lib/nandi/renderers/active_record/instructions.rb

Instance Method Summary collapse

Methods included from Formatting

#format_value, included

Instance Method Details

#template_options_for(_options) ⇒ Object



15
16
17
18
19
20
# File 'lib/nandi/renderers/active_record/instructions.rb', line 15

def template_options_for(_options)
  {
    suffix: "rb.erb",
    template_class: Tilt,
  }
end