Sha256: 60d5c48033382ad209680ad63d19b95bab42e24949d42808c5c2ade5e3337708
Contents?: true
Size: 360 Bytes
Versions: 5
Compression:
Stored size: 360 Bytes
Contents
class CommandGenerator < Rails::Generator::NamedBase def manifest record do |m| m.template "command_template.as", File.join('src', class_path, file_name,'command', "#{actions.first.camelcase}Command.as") m.template "event_template.as", File.join('src', class_path, file_name,'control', "#{actions.first.camelcase}Event.as") end end end
Version data entries
5 entries across 5 versions & 2 rubygems