no aceptar path en los params
This commit is contained in:
parent
be70894020
commit
dcf8ada83f
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ class MetadataPath < MetadataTemplate
|
|||
File.basename(value, ext)
|
||||
end
|
||||
|
||||
# No lo aceptamos en los parámetros
|
||||
def to_param; end
|
||||
|
||||
private
|
||||
|
||||
def ext
|
||||
|
|
Loading…
Reference in a new issue