Module: RailheadPreheat

Defined in:
lib/railhead_preheat.rb

Instance Method Summary collapse

Instance Method Details

#preheat(locals = {}) ⇒ Object



16
17
18
# File 'lib/railhead_preheat.rb', line 16

def preheat(locals = {})
  RailheadPreheatController.new.render_to_string(self, locals: locals)
end