Project

General

Profile

« Previous | Next » 

Revision fceb1f89

Added by Petr Chalupa almost 12 years ago

  • ID fceb1f895c20019ad71863d23316a446c216845e

fixes #1576 - api v1 - oauth support

  • to use set and enable oauth in settings
  • correcting typo

View differences:

app/controllers/api/v1/architectures_controller.rb
process_response @architecture.update_attributes(params[:architecture])
end
api :DELETE, "/architecturess/:id/", "Delete an architecture."
api :DELETE, "/architectures/:id/", "Delete an architecture."
def destroy
process_response @architecture.destroy
end

Also available in: Unified diff