# frozen_string_literal: true module Rails module Crud module Tools module Constants DEFAULT_METHOD = "default_method" end end end end