# File lib/deltacloud/helpers/application_helper.rb, line 47
  def action_method(action, collection)
    collections[collection].operations[action.to_sym].method
  end