fix error
This commit is contained in:
parent
bb3d390fe6
commit
71e98453d1
|
@ -1,7 +1,7 @@
|
|||
class OlympiamanagementsController < ApplicationController
|
||||
include ActionView::Context #vary important (only add this can access @@session from view)
|
||||
before_action :set_sign_up_setting,:create_first_fields
|
||||
before_action :check_time , except=>[:index,:download_school_code]
|
||||
before_action :check_time , :except=>[:index,:download_school_code]
|
||||
prepend_view_path "app/templates" #for_render_pages
|
||||
layout :get_layout #for_render_pages
|
||||
helper Admin::OlympiamanagementsHelper
|
||||
|
|
Loading…
Reference in New Issue