Method: ReactiveTemplate#remove
- Defined in:
- lib/volt/page/reactive_template.rb
#remove ⇒ Object
24 25 26 27 28 29 30 |
# File 'lib/volt/page/reactive_template.rb', line 24 def remove @template.remove @template = nil @target = nil @template_path = nil end |