Sha256: 0ee0d718148109dde32d8ff9e3d592a2b1ef4bc2dec8e333636dc6154f86668b
Contents?: true
Size: 616 Bytes
Versions: 5
Compression:
Stored size: 616 Bytes
Contents
Usage (from your Rails application root): ruby script/generate rtml_action controller_name action_name [screen_names] Screen names are optional, and an :idle screen will be generated if omitted. This generator builds a single RTML Action for your application. Note that the controller should extend RtmlController instead of ApplicationController, which is something this generator does NOT do for you. * app/rtml_actions/[controller_path]/[action_name].rb - the RTML Action itself * app/views/[controller_path]/[action_name]/[screen_name].rtml.erb - the view generated for this particular screen
Version data entries
5 entries across 5 versions & 1 rubygems