def create
    @session_type = resource_class.new(session_type_params)
    respond_with @session_type do |format|
      format.html do
        handle_html_response(t('flash.session_type.create.success')) { @session_type.save }