Module: ScratchpadHelper

Defined in:
app/helpers/scratchpad_helper.rb

Instance Method Summary collapse

Instance Method Details

#scratchpad(content) ⇒ Object



2
3
4
# File 'app/helpers/scratchpad_helper.rb', line 2

def scratchpad content
  request.env[:scratchpad].add content
end