Remove unneeded helpers inclusion
We aren't using any methods from these helpers in these models.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
class Image < ApplicationRecord
|
||||
include ImagesHelper
|
||||
include ImageablesHelper
|
||||
|
||||
has_attached_file :attachment, styles: {
|
||||
|
||||
Reference in New Issue
Block a user