Sha256: 4cfc6c2a678385f2dd33beddbe52f56c2c35d79bd02b9cf33a36d09c5a7eaeb1
Contents?: true
Size: 297 Bytes
Versions: 14
Compression:
Stored size: 297 Bytes
Contents
require 'generators/haml/cell_generator' require 'generators/apotomo/widget_generator' module Haml module Generators class WidgetGenerator < CellGenerator include ::Apotomo::Generators::BasePathMethods source_root File.expand_path('../../templates', __FILE__) end end end
Version data entries
14 entries across 14 versions & 1 rubygems