Showing
2 changed files
with
2 additions
and
1 deletions
| 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| |