Sha256: 23155bc8b08cdf991d8825b6c88ebe02d429c597a67d24a0600c1dcee8415823
Contents?: true
Size: 681 Bytes
Versions: 47
Compression:
Stored size: 681 Bytes
Contents
# ========================================================================== # Generator: Controller # Copyright: ©2006-2011 Strobe Inc. and contributors # portions copyright ©2009 Apple Inc. # ========================================================================== namespace :generator do # - Verify required properties are present # - Accept second argument as base class # - If file name ends in "_controller", strip it off task :prepare do GENERATOR.requires! :target_project, :target, :namespace, :class_name GENERATOR.base_class_name ||= GENERATOR.arguments[2] GENERATOR.filename = GENERATOR.filename.sub(/_controller$/,'') end end
Version data entries
47 entries across 47 versions & 1 rubygems