Skip to content

Commit cf149b3

Browse files
author
Mattia Roccoberton
committed
Remove ApplicationRecord
1 parent 45c7bb5 commit cf149b3

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

app/models/active_storage_db/application_record.rb

Lines changed: 0 additions & 7 deletions
This file was deleted.

app/models/active_storage_db/file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module ActiveStorageDB
4-
class File < ApplicationRecord
4+
class File < ActiveRecord::Base
55
validates :ref,
66
presence: true,
77
allow_blank: false,

0 commit comments

Comments
 (0)