rails_generators/ruboss_controller/USAGE in ruboss4ruby-1.0.5 vs rails_generators/ruboss_controller/USAGE in ruboss4ruby-1.1.0

- old
+ new

@@ -1,8 +1,7 @@ Description: Generates/updates the main Flex application controller, typically - app/flex/<yourappname>/controllers/<YourAppName>Controller.as, e.g. - app/flex/pomodo/controllers/PomodoController.as + app/flex/<yourappname>/controllers/ApplicationController.as It pulls out all available models and commands from respective folders and makes sure they'll be pulled into the Flex application at runtime. Doesn't require any arguments or options.