Method: Content::RepositoriesController#update
- Defined in:
- app/controllers/content/repositories_controller.rb
#update ⇒ Object
34 35 36 37 38 39 40 |
# File 'app/controllers/content/repositories_controller.rb', line 34 def update if @repository.update_attributes(params[:content_repository]) process_success else process_error end end |