Sha256: 833250dbe42ad5a03afba8886cb0231a473cdd63f18c8991af84e50da1431600
Contents?: true
Size: 232 Bytes
Versions: 48
Compression:
Stored size: 232 Bytes
Contents
module PushType class FieldGenerator < Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) def create_field template 'field.rb', "app/fields/#{ file_name }_field.rb" end end end
Version data entries
48 entries across 48 versions & 1 rubygems