Module: Rakuna::Accepts::Input
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
9 10 11 |
# File 'lib/rakuna/accepts/input.rb', line 9 def input @input ||= request.body.to_s end |
9 10 11 |
# File 'lib/rakuna/accepts/input.rb', line 9 def input @input ||= request.body.to_s end |