Sha256: 8b8fc8ca3f26c33ea166728cfcde4b7cfbc8f31b715652b82f58b22caf8f44a8
Contents?: true
Size: 271 Bytes
Versions: 5
Compression:
Stored size: 271 Bytes
Contents
module Elabs module Admin class NotesController < AdminContentApplicationController DEFAULT_ORDER_FIELD = 'content'.freeze MODEL = Note PLURAL_NAME = 'notes'.freeze SINGULAR_NAME = 'note'.freeze end end end
Version data entries
5 entries across 5 versions & 1 rubygems