fix application_helper_patch
This commit is contained in:
parent
9cc00744f7
commit
fbb9493903
@ -32,7 +32,7 @@ module CustomTables
|
||||
object.value.to_s
|
||||
end
|
||||
else
|
||||
html ? format_object_without_customtables(object, html=true, &block) : object.to_s
|
||||
html ? h(format_object_without_customtables(object, html=true, &block)) : format_object_without_customtables(object, html=false, &block).to_s
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user