projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Convert make/remove friend forms to use bootstrap
[rails.git]
/
app
/
controllers
/
api
/
changesets_controller.rb
diff --git
a/app/controllers/api/changesets_controller.rb
b/app/controllers/api/changesets_controller.rb
index 31601522877dce62e24ee81bbd91a385eededa8a..a5a37b485868f8e986053cd723b17e0b671f5710 100644
(file)
--- a/
app/controllers/api/changesets_controller.rb
+++ b/
app/controllers/api/changesets_controller.rb
@@
-2,7
+2,6
@@
module Api
class ChangesetsController < ApiController
- layout "site"
require "xml/libxml"
before_action :authorize, :only => [:create, :update, :upload, :close, :subscribe, :unsubscribe]