Commit 3d507a2f1562c7950f7e9fe587a71a374ac0092e

Authored by Andrey Karpikov
1 parent e8f9a5dd

check scrf param replace

1 module Kanjai 1 module Kanjai
2 class FormController < SiteController 2 class FormController < SiteController
  3 + skip_before_action :get_page
3 def index 4 def index
4 option = {} 5 option = {}
5 Kanjai::PageContentMarker.where(page_content_id: params[:page_content_id].to_i, marker: '###FORM_ACTION###').each do |item| 6 Kanjai::PageContentMarker.where(page_content_id: params[:page_content_id].to_i, marker: '###FORM_ACTION###').each do |item|
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.375" 2 + VERSION = "0.0.376"
3 end 3 end