disable_prefix_check.rb 137 B

12345678
  1. module DisablePrefixCheck
  2. extend ActiveSupport::Concern
  3. module ClassMethods
  4. def check_prefix_options(options)
  5. end
  6. end
  7. end