class Nandi::Renderers::ActiveRecord::Instructions::Base
Public Instance Methods
template_options_for(_options)
click to toggle source
# File lib/nandi/renderers/active_record/instructions.rb, line 15 def template_options_for(_options) { suffix: "rb.erb", template_class: Tilt, } end