Description:
Generates rails model and controller plus Backbone scaffold for your process class inheriting from Pbw::Process
Example:
rails generate pbw:rules:process Travel This will create: * A model inheriting from Pbw::Process * A controller with an index method for your process plus index.html.erb template calling Backbone * Backbone scaffold for your process class