Re: [Radiant] actives_scaffold_includes with custom extension

2010-08-03 Thread Wes Gamble
I'm using AS inside of Radiant, and I simply added = active_scaffold_includes into the application.html.haml file (line 18) for Radiant admin. But I'm deploying on heroku so I have the radiant files expanded out into vendor/radiant in my project. If you have a standard Radiant project,

Re: [Radiant] actives_scaffold_includes with custom extension

2010-08-03 Thread Wes Gamble
Of course, the proper Radiant approach to this is probably to use a snippet to hold the content that is common to the two layouts, in the spirit of DRYness. W On 8/3/10 5:24 AM, swartz wrote: I'm attempting to extend Radiant's admin with my first attempt at an extension. I've added the