lib/vtk/commands/module/controller.rb in vtk-0.2.2 vs lib/vtk/commands/module/controller.rb in vtk-0.2.3
- old
+ new
@@ -21,10 +21,10 @@
end
private
def create_controller(name)
- `rails g module_component #{name} controller`
+ system("rails g module_component #{name} controller")
end
end
end
end
end