Sha256: d09a507714c04bf5e98666a87779493002ca8fdd6471135e8ae587cf249f39a4
Contents?: true
Size: 280 Bytes
Versions: 5
Compression:
Stored size: 280 Bytes
Contents
module Elabs module Admin class ProjectsController < AdminContentApplicationController DEFAULT_ORDER_FIELD = 'name'.freeze MODEL = Project PLURAL_NAME = 'projects'.freeze SINGULAR_NAME = 'project'.freeze end end end
Version data entries
5 entries across 5 versions & 1 rubygems