Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from kmelkon/deal.rb
Last active December 21, 2015 17:09
Show Gist options
  • Save radar/6338624 to your computer and use it in GitHub Desktop.
Save radar/6338624 to your computer and use it in GitHub Desktop.
def status
@deal = Deal.find_by_id(params[:deal_id])
@deal.update_attribute(:state, params[:state])
respond_to do |format|
format.js
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment