module Hello::RequestManager

Public Class Methods

create(request) click to toggle source
# File lib/hello/request_manager.rb, line 4
def self.create(request)
  Factory.new(request).create
end