Jake, You could override the default templates with your own for this specific models. See http://www.castleproject.org/monorail/documentation/v20/integration/arscaffold.html for how to override templates. And here for examples of templates: http://github.com/castleproject/Castle.MonoRail/tree/master/src/Castle.MonoRail.ActiveRecordSupport/Scaffold/Templates/
Cheers John On Nov 1, 2:03 am, JakeS <[email protected]> wrote: > I'm using scaffolding to quickly generate a UI around a couple of > activerecord models. But those models have a lot of properties on > them that I don't necessarily want to show in this UI. Is there some > way to have my scaffolding ignore some properties of the model? A > quick scan of the source doesn't seem to show one. > > If not, I suppose I could just hack in a quick [ScaffoldIgnore] > attribute, right? -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
