Methods
- A
- D
- T
Instance Public methods
arguments(array) Link
Sets default arguments on generator invocation. This can be overwritten when invoking it.
arguments %w(app_name --skip-active-record)
destination(path) Link
Sets the destination of generator files:
destination File.expand_path("../tmp", __dir__)