Sha256: ff2592aa31586f63ea36c299eab11ccade0f3ac405e2a800bc301b6e61c831c3
Contents?: true
Size: 297 Bytes
Versions: 14
Compression:
Stored size: 297 Bytes
Contents
require 'generators/slim/cell_generator' require 'generators/apotomo/widget_generator' module Slim 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