Hi

I'm trying to debug the activescaffold_export plugin and I noticed that 
at least under rails 2.3.2 the various self.included code doesn't seem 
to run for the Actions

So for example this doesn't seem to get run

module ActiveScaffold::Actions
  module List
    def self.included(base)
      base.before_filter :list_authorized?, :only => [:index, :table, 
:update_table, :row, :list]
    end
...


This is noticeable on my app in that the list_authorized function 
doesn't do anything (set it to false and the action still runs) - this 
is in development mode, not tested production settings

I have tried removing my plugin so ensure it's not that which is 
breaking things

Can anyone confirm that this problem in their environment?  Any 
suggestions on a solution?

Thanks

Ed W



--~--~---------~--~----~------------~-------~--~----~
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