We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15015fb commit f176216Copy full SHA for f176216
lib/theo-rails/theo.rb
@@ -58,7 +58,6 @@ def process_attributes(attributes)
58
name = attr[:name].to_sym
59
value = attr[:value]
60
value = attribute(value) if LITERAL_ATTRIBUTES.exclude?(name)
61
- p name, value
62
[name, value]
63
end
64
.to_h
0 commit comments