module ActiveAdmin::FormBuilder::DeprecatedMethods

def commit_button_with_cancel_link

def commit_button_with_cancel_link
  # Formtastic has depreciated #buttons in favor of #actions
  ::ActiveSupport::Deprecation.warn("f.commit_button_with_cancel_link is deprecated in favour of f.commit_action_with_cancel_link")
  commit_action_with_cancel_link
end