Hi All,

I've recently added activescaffold to an existing rails project, and
the problem I'm having is that the variable names that activescaffold
is using are not the same as the ones I already have. Rather than go
through my entire application and change all of the instance variable
names, I'd like to be able to set the instance variables in the
controller.  The problem is that @record and @records cannot be called
in before_filters, even if the before_filter is after the
active_scaffold call.  Looking through the plugin, I see no obvious
hook inside of the ActiveScaffold::Actions modules. I'm wondering :
1. is there such a hook?
2. If not, how should I put one in?

plz halp!

thx

-C

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to