Sha256: b9b9319755695dcbb04dae15408eac63075515cf9a28c360faf498fe6fa52b2b
Contents?: true
Size: 286 Bytes
Versions: 28
Compression:
Stored size: 286 Bytes
Contents
require 'generators/cells/view_generator' module Slim module Generators class CellGenerator < ::Cells::Generators::ViewGenerator source_root File.expand_path('../../templates', __FILE__) private def handler :slim end end end end
Version data entries
28 entries across 28 versions & 1 rubygems