Move to version 2.3.2 of rails.
This commit is contained in:
parent
9126d989c8
commit
2f3e23f6eb
47 changed files with 390 additions and 304 deletions
|
@ -3,7 +3,6 @@
|
|||
class NodeController < ApplicationController
|
||||
require 'xml/libxml'
|
||||
|
||||
session :off
|
||||
before_filter :authorize, :only => [:create, :update, :delete]
|
||||
before_filter :require_public_data, :only => [:create, :update, :delete]
|
||||
before_filter :check_api_writable, :only => [:create, :update, :delete]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue