mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
11 lines
214 B
Ruby
11 lines
214 B
Ruby
module ActiveText
|
|
module Attachables
|
|
module MissingAttachable
|
|
extend ActiveModel::Naming
|
|
|
|
def self.to_partial_path
|
|
"active_text/attachables/missing_attachable"
|
|
end
|
|
end
|
|
end
|
|
end
|