forked from External/greenlight
Merge pull request #167 from zach-chai/errors_controller_authenticity
skip authenticity token on errors controller
This commit is contained in:
commit
924ca25ef1
|
@ -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