Remove unneeded helpers inclusion

We aren't using any methods from these helpers in these models.
This commit is contained in:
Javi Martín
2021-07-23 19:56:30 +02:00
parent d14f6691dc
commit 4d8842c0d4
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
class Document < ApplicationRecord
include DocumentsHelper
include DocumentablesHelper
has_attached_file :attachment, url: "/system/:class/:prefix/:style/:hash.:extension",
hash_data: ":class/:style/:custom_hash_data",

View File

@@ -1,5 +1,4 @@
class Image < ApplicationRecord
include ImagesHelper
include ImageablesHelper
has_attached_file :attachment, styles: {