Hi all, having a scaffold for a model, I''d like to replace some of the views that Rails offers me. When it''s showed the details of a particular model, I''d like to show a link to an action of the controller. What must I do?, Should I create a new show.rhtml view to get the dafault view replaced? -- Posted via http://www.ruby-forum.com/.
> What must I do?, Should I create a new show.rhtml view to get the > dafault view > replaced?Well, I''m going to answer myself. I didn''t generate scaffold for my model, so I didn''t see any show.rhtml view to modify or replace. -- Posted via http://www.ruby-forum.com/.