search for: edit_p

Displaying 1 result from an estimated 1 matches for "edit_p".

Did you mean: edit_#
2005 May 01
5
Example using Builder::XmlMarkup and .rxml files?
...my pages. If there is a working downloadable example somewhere, that would probably be enough. Otherwise, here''s what I want to do: With the following controller: class AccountsController < ApplicationController layout ''accounts'' model :account def edit @edit_p = "place holder example para" end end I want to understand how to convert the scaffold generated layout: <html> <head> <title>: <%= controller.action_name %></title> <%= stylesheet_link_tag ''scaffold'' %> </head> <b...