Sha256: b17b1801bc32874d43e1e2f6c239cd25d069be0bdb0895943341e45b7447d3c3
Contents?: true
Size: 313 Bytes
Versions: 4
Compression:
Stored size: 313 Bytes
Contents
# -*- encoding: utf-8 -*- module Gaku class Syllabuses::ImporterController < GakuController skip_authorization_check def index #@importer_types = ["GAKU Engine"] render 'gaku/syllabuses/importer/index' end def get_template end def import_from_template end end end
Version data entries
4 entries across 4 versions & 2 rubygems