mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:06:22 +00:00
fix: usar una versión más corta del hash
This commit is contained in:
parent
e8cf50b9d2
commit
83add8dd7d
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ class ApplicationRecord < ActiveRecord::Base
|
||||||
#
|
#
|
||||||
# @return [String]
|
# @return [String]
|
||||||
def to_yaml(options = {})
|
def to_yaml(options = {})
|
||||||
self.class.inspection_filter.filter(attributes).to_yaml(options)
|
self.class.inspection_filter.filter(serializable_hash).to_yaml(options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue