Method: Jax::Commands.invoke_jax_generator
- Defined in:
- lib/jax/commands.rb
.invoke_jax_generator(name, args, options = {}) ⇒ Object
19 20 21 |
# File 'lib/jax/commands.rb', line 19 def invoke_jax_generator(name, args, = {}) ::Rails::Generators.invoke name, args, end |