Hi,

I ve got quite a basic question.

Let s assume I would like to add a new method to an activescaffold
class eg action_columns.rb
I m trying to avoid changing the file itself...

How should I do that?

Ive tried to do it via an extension file, which is required in
application_controller:
module ActiveScaffold::DataStructures
  class ActionColumns
    def test
    end
  end
end

However, that has the negative effect, that AS File never gets loaded,
which is bad...

Thanks a lot in advance..
Volker


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