module Hashid::Rails::ClassMethods

def hashids

def hashids
  Hashids.new(*hashid_configuration.to_args)
end