Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.20 KB | None | 0 0
  1. def update
  2.   @requisition_opening = RequisitionOpenings::UpdateService
  3.                            .new(current_profile, requisition_opening_params)
  4.                            .run(@requisition_opening)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement