Skip to content

Commit

Permalink
Fixes a bug in the Ransack v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sjöblom committed Oct 12, 2023
1 parent 227d290 commit 84b58c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/alchemy/base_record.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# frozen_string_literal: true
module Alchemy
extend Alchemy::SearchableResource

def self.table_name_prefix
"alchemy_"
end

class BaseRecord < ActiveRecord::Base
extend Alchemy::SearchableResource

self.abstract_class = true
end
end

0 comments on commit 84b58c5

Please sign in to comment.