All, I have a module that is included into 3 of my controllers, each of which is Active Scaffolded.
However, not all three controllers have the same actions enabled, but my common code needs to handle all three cases. How can I reliably inspect a given active_scaffold_config to see which actions are actually enabled on it? For example, I want to know if the "show" action is enabled on a given scaffold. active_scaffold_config.actions.include?(:show) doesn't work because the action objects are not symbols. Thanks, Wes --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
