5 lines
102 B
Ruby
5 lines
102 B
Ruby
json.cache! column do
|
|
json.(column, :id, :name, :color)
|
|
json.created_at column.created_at.utc
|
|
end
|