I know this is probably a newbie question, but is it possible to create a new action (method in controller & associated view) from the command line on an existing contro
we can create manually the action in the controller and view but you should also add test statements that because should be good automated process, something like rails generate controller NAME [action action] option m
m = merge