Method: Effective::Resources::Actions#collection_post_actions
- Defined in:
- app/models/effective/resources/actions.rb
#collection_post_actions ⇒ Object
89 90 91 |
# File 'app/models/effective/resources/actions.rb', line 89 def collection_post_actions routes.values.map { |route| route.defaults[:action].to_sym if is_collection_route?(route) && is_post_route?(route) }.compact end |