diff --git a/app/models/post.rb b/app/models/post.rb index 953598a9..327df3e2 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -189,7 +189,7 @@ class Post # Limpiar el nombre del atributo, para que todos los ayudantes # reciban el método en limpio unless attribute? name - raise UnknownAttributeError, I18n.t('exceptions.post.no_method', method: name) + raise NoMethodError, I18n.t('exceptions.post.no_method', method: name) end define_singleton_method(name) do