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