Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. VendorRequestService.create_from_typheous(request)
  2.  
  3. class VendorRequestService
  4.  
  5. def create_from_typheous(request)
  6. create(:foo => request.foo)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement