Sha256: 425df69768972d02d808d515d691d00e6774b74150360a05c6785281f9cfeda0
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
module Elabs module Admin class AlbumsController < AdminContentApplicationController DEFAULT_ORDER_FIELD = 'name'.freeze MODEL = Album PLURAL_NAME = 'albums'.freeze SINGULAR_NAME = 'album'.freeze end end end
Version data entries
5 entries across 5 versions & 1 rubygems