Module: ActionText::Attachables::MissingAttachable
- Extended by:
- ActiveModel::Naming
- Defined in:
- actiontext/lib/action_text/attachables/missing_attachable.rb
Class Method Summary collapse
Methods included from ActiveModel::Naming
extended, model_name, param_key, plural, route_key, singular, singular_route_key, uncountable?
Class Method Details
.to_partial_path ⇒ Object
8 9 10 |
# File 'actiontext/lib/action_text/attachables/missing_attachable.rb', line 8 def self.to_partial_path "action_text/attachables/missing_attachable" end |