Sha256: c185788a6050b70a774f8cfe801de6dd5cc2e57bacf92f11b22a4fe4983840c3
Contents?: true
Size: 359 Bytes
Versions: 9
Compression:
Stored size: 359 Bytes
Contents
class OscMacheteRails::WorkflowModelGenerator < Rails::Generators::NamedBase source_root File.expand_path("../templates", __FILE__) def initialize(args, *options) args |= %w(staged_dir:string) super end argument :attributes, type: :array, default: [], banner: "field[:type][:index] field[:type][:index]" hook_for :orm, required: true end
Version data entries
9 entries across 9 versions & 1 rubygems