forked from External/greenlight
skip authenticity token on errors controller
This commit is contained in:
parent
d0d39c477a
commit
e1615a439f
|
@ -15,6 +15,8 @@
|
|||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
class ErrorsController < ApplicationController
|
||||
skip_before_action :verify_authenticity_token
|
||||
|
||||
def error
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue