Skip to content

Instantly share code, notes, and snippets.

@drale2k
Created March 25, 2012 00:00
Show Gist options
  • Save drale2k/2189567 to your computer and use it in GitHub Desktop.
Save drale2k/2189567 to your computer and use it in GitHub Desktop.
def update
@device = Device.find(params[:id])
@device.update_attributes(params[:device])
respond_with(@device)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment