Sha256: 5bc0939573ab4273ce2189f4b8ae07789dfb7824270812e6046b90f2839379f1
Contents?: true
Size: 416 Bytes
Versions: 3
Compression:
Stored size: 416 Bytes
Contents
module Elabs module Member class ProjectsController < MemberContentApplicationController ALLOWED_FIELDS = %i[name short_description description main_url sfw published hidden_in_history license_id language_id tags_list].freeze ALLOWED_RELATIONS = {}.freeze MODEL = Project PLURAL_NAME = 'projects'.freeze SINGULAR_NAME = 'project'.freeze end end end
Version data entries
3 entries across 3 versions & 1 rubygems