Skip to content

Commit

Permalink
fix: removed ActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
lelered committed Mar 19, 2023
1 parent f17aabc commit a337505
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/models/micro_api/application_record.rb
@@ -1,5 +1,6 @@
module MicroApi
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
class ApplicationRecord
# < ActiveRecord::Base
# self.abstract_class = true
end
end

0 comments on commit a337505

Please sign in to comment.