Sha256: ab22861fe420a62a18640200a133db2422eba6ff167292ce1ce5578593bd85c7
Contents?: true
Size: 364 Bytes
Versions: 14
Compression:
Stored size: 364 Bytes
Contents
module Woo module Generators class UiElementGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) argument :file_name desc 'Create a UI Element for woo!' def create_ui_element template '_module.erb', "app/views/styleguide/ui_elements/_#{file_name}.html.haml" end end end end
Version data entries
14 entries across 14 versions & 1 rubygems