1d1a3da9cf
This was pending after moving to columns
9 lines
201 B
Ruby
9 lines
201 B
Ruby
json.cache! collection do
|
|
json.(collection, :id, :name, :all_access)
|
|
json.created_at collection.created_at.utc
|
|
|
|
json.creator do
|
|
json.partial! "users/user", user: collection.creator
|
|
end
|
|
end
|