module Rakuna::Accepts::Input

Public Instance Methods

input() click to toggle source
# File lib/rakuna/accepts/input.rb, line 9
def input
  @input ||= request.body.to_s
end