Skip to content

Commit

Permalink
darn perms
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Aug 25, 2023
1 parent 64fb9e5 commit 32083f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/pages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class PagesController < ApplicationController
skip_before_action :require_login
skip_before_action :verify_authenticity_token, only: [ :theme_textmate ]
skip_before_action :verify_authenticity_token, only: [ :theme_textmate. :mode_json ]
# before_action :check_page, only: [:show]

# def show
Expand Down

0 comments on commit 32083f6

Please sign in to comment.