Guest User

Untitled

a guest
Jul 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. def update
  2. if @post.update_attributes(params[:post])
  3. flash[:notice] = 'Customer was successfully updated.'
  4. redirect_to :action => "show", :id => @customer._id, sid: @customer.accounts.first.site._id if @customer.accounts.count > 0
  5. end
  6. end
Add Comment
Please, Sign In to add comment